ActiveDirectoryRole.RootEntry 属性
定义
获取与 ActiveDirectoryRole 关联的根 Active Directory 节点。Gets the root Active Directory node associated with the ActiveDirectoryRole.
public:
property System::DirectoryServices::DirectoryEntry ^ RootEntry { System::DirectoryServices::DirectoryEntry ^ get(); };
public System.DirectoryServices.DirectoryEntry RootEntry { get; }
member this.RootEntry : System.DirectoryServices.DirectoryEntry
Public ReadOnly Property RootEntry As DirectoryEntry
属性值
一个 DirectoryEntry,表示与 ActiveDirectoryRole 相关联的根 Active Directory 节点。A DirectoryEntry that represents the root Active Directory node associated with the ActiveDirectoryRole.
注解
该根项是一系列角色之上无管理者的角色。The root entry is the role up the chain of roles that has no manager.