Share via


AccountWellKnownGroups.AccountCreatorsIdentifier Property

Gets the well-known security identifier for the Account Creators group.

Namespace:  Microsoft.VisualStudio.Services.Account
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Shared ReadOnly Property AccountCreatorsIdentifier As SecurityIdentifier
public static SecurityIdentifier AccountCreatorsIdentifier { get; }
public:
static property SecurityIdentifier^ AccountCreatorsIdentifier {
    SecurityIdentifier^ get ();
}
static member AccountCreatorsIdentifier : SecurityIdentifier with get
static function get AccountCreatorsIdentifier () : SecurityIdentifier

Property Value

Type: System.Security.Principal.SecurityIdentifier

.NET Framework Security

See Also

Reference

AccountWellKnownGroups Class

Microsoft.VisualStudio.Services.Account Namespace