Share via


ICloudSettingsFormat.Name Property

 

Gets the name of the settings format.

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

Syntax

string Name { get; }
property String^ Name {
    String^ get();
}
abstract Name : string with get
ReadOnly Property Name As String

Property Value

Type: System.String

The name of the settings format.

See Also

ICloudSettingsFormat Interface
Microsoft.WindowsAzure.Common Namespace

Return to top