SCCM WebService API Reference

SCCMWebService..::..GetComputerNameFromResourceID Method

Gets the computer name from resource identifier.

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

Syntax


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

Parameters

resourceID
Type: Int32
The resource identifier.

Return Value

System.Int32.