Share via


GroupPrincipal.GroupScope 屬性

定義

取得或設定可為 Null 之 GroupScope 列舉型別,這個列舉型別指定此群組主體的範圍。

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)

屬性值

可為 Null 之 GroupScope 列舉值,這個列舉值指定此群組的範圍,如果未設定範圍則為 null。

例外狀況

應用程式可能無法將這個屬性 (Property) 設定為 null。

適用於