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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.