DomainController.IPAddress Property

Definition

Gets the IP address of this domain controller.

public:
 virtual property System::String ^ IPAddress { System::String ^ get(); };
public override string IPAddress { get; }
public override string? IPAddress { get; }
member this.IPAddress : string
Public Overrides ReadOnly Property IPAddress As String

Property Value

The Internet protocol (IP) address of this domain controller in string form.

Exceptions

The current object has been disposed.

Applies to