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。

例外

应用程序不能将此属性设置为 null。

适用于