Share via


GroupPrincipal.GroupScope Proprietà

Definizione

Ottiene o imposta una enumerazione GroupScope nullable che specifica l'ambito per questo oggetto Principal di 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à

Enumerazione GroupScope nullable che specifica l'ambito di questo gruppo oppure null se non è stato impostato alcun ambito.

Eccezioni

L'applicazione non può impostare questa proprietà su null.

Si applica a