SCCMWebService..::..RemoveClientsFromCollection Method
Removes the specified multiple clients from collection.
Namespace:
SCCMWebServiceAssembly: SCCMWebService (in SCCMWebService.dll)
Syntax
[SoapHeaderAttribute] [WebMethodAttribute] public bool RemoveClientsFromCollection( int[] resourceIDs, string collectionID )
<SoapHeaderAttribute> _ <WebMethodAttribute> _ Public Function RemoveClientsFromCollection ( _ resourceIDs As Integer(), _ collectionID As String _ ) As Boolean
[SoapHeaderAttribute] [WebMethodAttribute] public: bool^ RemoveClientsFromCollection( array<int^>^ resourceIDs, String^ collectionID )
Parameters
- resourceIDs
- Type: array<Int32>[]()[][]
The resource ids.
- collectionID
- Type: String
The collection ID.