SCCM WebService API Reference

SCCMWebService..::..RemoveComputerDuplicates Method

Removes the computer duplicates.

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

Syntax


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

Parameters

clientID
Type: String
The client identifier.

Return Value

true if succeeded, otherwise false.