Partager via


Propriété SimultaneousTopologyChange.RoleName

 

Obtient le nom du rôle dont la topologie change.

Espace de noms:   Microsoft.WindowsAzure.ServiceRuntime
Assembly:  Microsoft.WindowsAzure.ServiceRuntime (dans Microsoft.WindowsAzure.ServiceRuntime.dll)

Syntaxe

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

Valeur de propriété

Type: System.String

Type : System.String

Un String qui contient le nom du rôle dont la topologie change.

Voir aussi

SimultaneousTopologyChange, classe
Microsoft.WindowsAzure.ServiceRuntime, espace de noms

Retour au début