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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.