VirtualIPGroupChange.VirtualIPGroupName Property

 

Namespace:   Microsoft.WindowsAzure.ServiceRuntime
Assembly:  Microsoft.WindowsAzure.ServiceRuntime (in Microsoft.WindowsAzure.ServiceRuntime.dll)

Syntax

public string VirtualIPGroupName { get; internal set; }
public:
property String^ VirtualIPGroupName {
    String^ get();
    internal: void set(String^ value);
}
member VirtualIPGroupName : string with get, internal set
Public Property VirtualIPGroupName As String
    Get
    Friend Set
End Property

Property Value

Type: System.String

See Also

VirtualIPGroupChange Class
Microsoft.WindowsAzure.ServiceRuntime Namespace

Return to top