This documentation is archived and is not being maintained.

ItemSecurity::Entries Property

Gets or sets the access permissions of this item.

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

public:
property array<AccessEntry^>^ Entries {
	array<AccessEntry^>^ get ();
	void set (array<AccessEntry^>^ value);
}

Property Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client::AccessEntry>
The access permissions of this item.

Show: