Ipv4.IP Property

[This topic is pre-release documentation and is subject to change in future releases. Participation in the preview is limited to invitees only. For more information, see the Release Notes.]

IP of the host.

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client.Live (in Microsoft.WindowsAzure.MediaServices.Client.Live.dll)

Syntax

'Declaration
Public Property IP As String 
    Get 
    Set
'Usage
Dim instance As Ipv4 
Dim value As String 

value = instance.IP

instance.IP = value
public string IP { get; set; }
public:
property String^ IP {
    String^ get ();
    void set (String^ value);
}
member IP : string with get, set
function get IP () : String 
function set IP (value : String)

Property Value

Type: System.String

See Also

Reference

Ipv4 Class

Microsoft.WindowsAzure.MediaServices.Client Namespace