AccountWellKnownGroups.AccountAdministratorsIdentifier Property
Gets the well-known security identifier for Account Administrators group.
Namespace: Microsoft.VisualStudio.Services.Account
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Shared ReadOnly Property AccountAdministratorsIdentifier As SecurityIdentifier
public static SecurityIdentifier AccountAdministratorsIdentifier { get; }
public:
static property SecurityIdentifier^ AccountAdministratorsIdentifier {
SecurityIdentifier^ get ();
}
static member AccountAdministratorsIdentifier : SecurityIdentifier with get
static function get AccountAdministratorsIdentifier () : SecurityIdentifier
Property Value
Type: System.Security.Principal.SecurityIdentifier
.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.