Sdílet prostřednictvím


GroupPrincipal.GroupScope Vlastnost

Definice

Získá nebo nastaví výčet s možnou GroupScope hodnotou Null, který určuje obor pro tento objekt zabezpečení skupiny.

public:
 property Nullable<System::DirectoryServices::AccountManagement::GroupScope> GroupScope { Nullable<System::DirectoryServices::AccountManagement::GroupScope> get(); void set(Nullable<System::DirectoryServices::AccountManagement::GroupScope> value); };
public System.DirectoryServices.AccountManagement.GroupScope? GroupScope { get; set; }
member this.GroupScope : Nullable<System.DirectoryServices.AccountManagement.GroupScope> with get, set
Public Property GroupScope As Nullable(Of GroupScope)

Hodnota vlastnosti

Hodnota výčtu s možnou GroupScope hodnotou null, která určuje obor této skupiny nebo hodnotu null, pokud nebyl nastaven žádný obor.

Výjimky

Aplikace nemůže nastavit tuto vlastnost na hodnotu null.

Platí pro