GroupPrincipal.GroupScope Proprietà

Definizione

Ottiene o imposta un'enumerazione Nullable GroupScope che specifica l'ambito per questa entità gruppo.

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)

Valore della proprietà

Valore di enumerazione nullable GroupScope che specifica l'ambito di questo gruppo o null se non è stato impostato alcun ambito.

Eccezioni

L'applicazione potrebbe non impostare questa proprietà su Null.

Si applica a