This documentation is archived and is not being maintained.

AccessEntry::IdentityName Property

Gets or sets the name of the user or group to which this permission gives access.

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

public:
property String^ IdentityName {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
The name of the user or group to which this permission gives access.

Show: