SCCMWebService..::..GetClientProperties Method
Gets the client properties.
Namespace:
SCCMWebServiceAssembly: 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.