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 well-known security identifier for the team project collection build services group.
Namespace: Microsoft.TeamFoundation.Build.Common
Assembly: Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Syntax
'Declaration
Public Shared ReadOnly Property BuildServicesIdentifier As SecurityIdentifier
public static SecurityIdentifier BuildServicesIdentifier { get; }
public:
static property SecurityIdentifier^ BuildServicesIdentifier {
SecurityIdentifier^ get ();
}
static member BuildServicesIdentifier : SecurityIdentifier with get
static function get BuildServicesIdentifier () : SecurityIdentifier
Property Value
Type: System.Security.Principal.SecurityIdentifier
Returns 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.