SCCM WebService API Reference

SCCMWebService..::..CheckComputerExists Method (String)

Checks if the specified computer exists.

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

Syntax


[SoapHeaderAttribute]
[WebMethodAttribute]
public bool CheckComputerExists(
	string computerName
)
<SoapHeaderAttribute> _
<WebMethodAttribute> _
Public Function CheckComputerExists ( _
	computerName As String _
) As Boolean
[SoapHeaderAttribute]
[WebMethodAttribute]
public:
bool^ CheckComputerExists(
	String^ computerName
)

Parameters

computerName
Type: String
Name of the computer.

Return Value

true if computer exists, false otherwise.