SCCM WebService API Reference

SCCMWebService..::..GetClientProperties Method

Gets the client properties.

Namespace:  SCCMWebService
Assembly:  SCCMWebService (in SCCMWebService.dll)

Syntax


[SoapHeaderAttribute]
[WebMethodAttribute]
public KeyValuePair<string, string>[] GetClientProperties(
	int resourceID
)
<SoapHeaderAttribute> _
<WebMethodAttribute> _
Public Function GetClientProperties ( _
	resourceID As Integer _
) As KeyValuePair(Of String, String)()
[SoapHeaderAttribute]
[WebMethodAttribute]
public:
array<KeyValuePair<String^, String^>^>^ GetClientProperties(
	int^ resourceID
)

Parameters

resourceID
Type: Int32
The resource ID.

Return Value

Array of KeyValuePair

Exceptions


ExceptionCondition
ExceptionResource not found!