NetworkReservedIPCreateParameters.Label Property

 

Optional. The friendly identifier for the site.

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

Syntax

public string Label { get; set; }
public:
property String^ Label {
    String^ get();
    void set(String^ value);
}
member Label : string with get, set
Public Property Label As String

Property Value

Type: System.String

See Also

NetworkReservedIPCreateParameters Class
Microsoft.WindowsAzure.Management.Network.Models Namespace

Return to top