TopLevelName.Status Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the status of a top-level domain in a Forest.
public:
property System::DirectoryServices::ActiveDirectory::TopLevelNameStatus Status { System::DirectoryServices::ActiveDirectory::TopLevelNameStatus get(); void set(System::DirectoryServices::ActiveDirectory::TopLevelNameStatus value); };
public System.DirectoryServices.ActiveDirectory.TopLevelNameStatus Status { get; set; }
member this.Status : System.DirectoryServices.ActiveDirectory.TopLevelNameStatus with get, set
Public Property Status As TopLevelNameStatus
Property Value
A TopLevelNameStatus value that contains the status of the TopLevelName object.
Exceptions
The value is not one of the TopLevelNameStatus values.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.