ICloudSettingsFormat.Name Propriedade
Obtém o nome do formato de configurações.
Namespace: Microsoft.WindowsAzure.Common
Assembly: Microsoft.WindowsAzure.Common (em Microsoft.WindowsAzure.Common.dll)
Sintaxe
string Name { get; }
property String^ Name {
String^ get();
}
abstract Name : string with get
ReadOnly Property Name As String
Valor de propriedade
Type: System.String
O nome do formato de configurações.
Consulte também
Interface ICloudSettingsFormat
Namespace Microsoft.WindowsAzure.Common
Retornar ao topo