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.
Indicates whether an identity is a member of a security group.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public Property SecurityGroup As Boolean
'Usage
Dim instance As Identity
Dim value As Boolean
value = instance.SecurityGroup
instance.SecurityGroup = value
public bool SecurityGroup { get; set; }
public:
property bool SecurityGroup {
bool get ();
void set (bool value);
}
public function get SecurityGroup () : boolean
public function set SecurityGroup (value : boolean)
Property Value
Type: System.Boolean
A boolean value indicating whether the identity is a member of a security group.
Remarks
Identities which are not members of a domain do not belong to a security group, such as "Everyone" or "Creator Group."
.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.