This documentation is archived and is not being maintained.

GlobalSecurity::Entries Property

Gets the entries that are associated with this GlobalSecurity instance.

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

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

Property Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client::AccessEntry>
The entries that are associated with this GlobalSecurity instance.

Show: