This documentation is archived and is not being maintained.

AccessControlEntry::IsEmpty Property

Gets a flag that describes whether this AccessControlEntry has no permissions that are set.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public:
property bool IsEmpty {
	bool get ();
}

Property Value

Type: System::Boolean
True if no permissions are set; otherwise, false.

Show: