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 permissions for Token that are being applied.
Used in the following SecurityChangeTypes: SetPermissions
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property Permissions As List(Of AccessControlEntry)
public List<AccessControlEntry> Permissions { get; set; }
public:
property List<AccessControlEntry^>^ Permissions {
List<AccessControlEntry^>^ get ();
void set (List<AccessControlEntry^>^ value);
}
member Permissions : List<AccessControlEntry> with get, set
function get Permissions () : List<AccessControlEntry>
function set Permissions (value : List<AccessControlEntry>)
Property Value
Type: System.Collections.Generic.List<AccessControlEntry>
Returns List<T>.
.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.