Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the permissions that are required for the access check to succeed.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public ReadOnly Property RequiredPermissions As Integer
public int RequiredPermissions { get; }
public:
property int RequiredPermissions {
int get ();
}
member RequiredPermissions : int with get
function get RequiredPermissions () : int
Property Value
Type: System.Int32
The permissions that are required for the access check to succeed.
.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.