Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Access Control List
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Property Entries As AccessEntry()
public AccessEntry[] Entries { get; set; }
public:
property array<AccessEntry^>^ Entries {
array<AccessEntry^>^ get ();
void set (array<AccessEntry^>^ value);
}
member Entries : AccessEntry[] with get, set
function get Entries () : AccessEntry[]
function set Entries (value : AccessEntry[])
Property Value
Type: array<Microsoft.TeamFoundation.VersionControl.Server.AccessEntry[]
Returns AccessEntry.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.