GroupPrincipal.GroupScope 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定可為 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。