BindingInfo.IPAddress Property

 

Namespace:   Microsoft.Web.Management.Server
Assembly:  Microsoft.Web.Management (in Microsoft.Web.Management.dll)

Syntax

public string IPAddress { get; }
public:
property String^ IPAddress {
    String^ get();
}
member IPAddress : string with get
Public ReadOnly Property IPAddress As String

Property Value

Type: System.String

See Also

BindingInfo Class
Microsoft.Web.Management.Server Namespace

Return to top