SCCM WebService API Reference

SCCMWebService..::..CheckComputerExists Method (Int32)

Checks if the specified computer exists.

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

Syntax


[SoapHeaderAttribute]
[WebMethodAttribute]
public bool CheckComputerExists(
	int resourceID
)
<SoapHeaderAttribute> _
<WebMethodAttribute> _
Public Function CheckComputerExists ( _
	resourceID As Integer _
) As Boolean
[SoapHeaderAttribute]
[WebMethodAttribute]
public:
bool^ CheckComputerExists(
	int^ resourceID
)

Parameters

resourceID
Type: Int32
The resource identifier.

Return Value

true if computer exists, false otherwise.