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