SimultaneousTopologyChange.RoleName Property

 

Gets the name of the role for which the topology is changing.

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

Syntax

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

Property Value

Type: System.String

Type: System.String

A String that contains the name of the role for which the topology is changing.

See Also

SimultaneousTopologyChange Class
Microsoft.WindowsAzure.ServiceRuntime Namespace

Return to top