Domain.Forest 属性

定义

获取此域所属的林。Gets the forest that this domain is a member of.

public:
 property System::DirectoryServices::ActiveDirectory::Forest ^ Forest { System::DirectoryServices::ActiveDirectory::Forest ^ get(); };
public System.DirectoryServices.ActiveDirectory.Forest Forest { get; }
member this.Forest : System.DirectoryServices.ActiveDirectory.Forest
Public ReadOnly Property Forest As Forest

属性值

Forest

一个 Forest 对象,表示此域所属的林。A Forest object that represents the forest that this domain is a member of.

例外

已释放此对象。The object has been disposed.

适用于

另请参阅