Share via


IComputerInfo.IPAddress Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the IP address of the target computer.

Namespace: WHSInfoIF
Assembly: Interop.WHSInfoIF (in interop.whsinfoif.dll)

Syntax

'Declaration
<DispIdAttribute(1610678277)> _
ReadOnly Property IPAddress As String
'Usage
Dim instance As IComputerInfo
Dim value As String

value = instance.IPAddress
[DispIdAttribute(1610678277)] 
string IPAddress { get; }
[DispIdAttribute(1610678277)] 
property String^ IPAddress {
    String^ get ();
}
/** @property */
String get_IPAddress ()
function get IPAddress () : String

Property Value

A string that contains the current IP address of the target computer.

Platforms

Windows Home Server

Windows Home Server

See Also

Reference

IComputerInfo Interface
IComputerInfo Members
WHSInfoIF Namespace

Footer image

© 2007 Microsoft Corporation. All rights reserved.