SCCM WebService API Reference

SCCMWebService..::..GetResourceID Method

Gets the ResourceID via mac address.

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

Syntax


[SoapHeaderAttribute]
[WebMethodAttribute]
public int GetResourceID(
	string macAddress
)
<SoapHeaderAttribute> _
<WebMethodAttribute> _
Public Function GetResourceID ( _
	macAddress As String _
) As Integer
[SoapHeaderAttribute]
[WebMethodAttribute]
public:
int^ GetResourceID(
	String^ macAddress
)

Parameters

macAddress
Type: String
The mac address.

Return Value

System.String.