This documentation is archived and is not being maintained.

AccessControlEntry::Descriptor Property

Gets or sets the identity descriptor that is associated with this AccessControlEntry instance.

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

public:
property IdentityDescriptor^ Descriptor {
	IdentityDescriptor^ get ();
	void set (IdentityDescriptor^ value);
}

Property Value

Type: Microsoft.TeamFoundation.Framework.Client::IdentityDescriptor
The identity descriptor that is associated with this AccessControlEntry instance.

Show: