SCCMWebService..::..CheckComputerExists Method (String)
Checks if the specified computer exists.
Namespace:
SCCMWebServiceAssembly: 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.