SCCM WebService API Reference

RequiredGroupMembership..::..IsGranted Property

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

Syntax


public bool IsGranted { get; set; }
Public Property IsGranted As Boolean
	Get
	Set
public:
property bool^ IsGranted {
	bool^ get ();
	void set (bool^ value);
}