AccountWellKnownGroups Class

Contains security identifiers for well-known Account groups.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Services.Account.AccountWellKnownGroups

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

Syntax

'Declaration
Public NotInheritable Class AccountWellKnownGroups
public static class AccountWellKnownGroups
public ref class AccountWellKnownGroups abstract sealed
[<AbstractClass>]
[<Sealed>]
type AccountWellKnownGroups =  class end
public final class AccountWellKnownGroups

The AccountWellKnownGroups type exposes the following members.

Properties

  Name Description
Public propertyStatic member AccountAdministratorsIdentifier Gets the well-known security identifier for Account Administrators group.
Public propertyStatic member AccountCreatorsIdentifier Gets the well-known security identifier for the Account Creators group.
Public propertyStatic member AccountReadersIdentifier Gets the well-known security identifier for the Account Readers group.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.Services.Account Namespace