VirtualIPGroup.VirtualIPGroupName Property

 

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

Syntax

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

Property Value

Type: System.String

See Also

VirtualIPGroup Class
Microsoft.WindowsAzure.ServiceRuntime Namespace

Return to top