SCCM WebService API Reference

SCCMWebService..::..EvaluateMembership Method

Evaluates the specified collection membership.

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

Syntax


[SoapHeaderAttribute]
[WebMethodAttribute]
public bool EvaluateMembership(
	string collectionID,
	int resourceID
)
<SoapHeaderAttribute> _
<WebMethodAttribute> _
Public Function EvaluateMembership ( _
	collectionID As String, _
	resourceID As Integer _
) As Boolean
[SoapHeaderAttribute]
[WebMethodAttribute]
public:
bool^ EvaluateMembership(
	String^ collectionID, 
	int^ resourceID
)

Parameters

collectionID
Type: String
The collection identifier.
resourceID
Type: Int32
The resource identifier.

Return Value

true if resource is ready, otherwise false.