IComputerTarget.IPAddress Property

 

Applies To: Windows Server Update Services

Gets the IP address of this computer.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

IPAddress IPAddress { get; }
property IPAddress^ IPAddress {
    IPAddress^ get();
}
abstract IPAddress : IPAddress with get
ReadOnly Property IPAddress As IPAddress

Property Value

Type: System.Net.IPAddress

The IP address of this computer. For details, see IPAddress.

Remarks

The IP address is IPAddress.None if the client has not yet contacted the WSUS server.

See Also

IComputerTarget Interface
Microsoft.UpdateServices.Administration Namespace

Return to top