VirtualIPAddress.IsDnsProgrammed Property

 

Optional. Indicates whether the IP address is DNS programmed.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

public Nullable<bool> IsDnsProgrammed { get; set; }
public:
property Nullable<bool> IsDnsProgrammed {
    Nullable<bool> get();
    void set(Nullable<bool> value);
}
member IsDnsProgrammed : Nullable<bool> with get, set
Public Property IsDnsProgrammed As Nullable(Of Boolean)

Property Value

Type: System.Nullable<Boolean>

See Also

VirtualIPAddress Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top