IManagementClient.ApiVersion Property
Gets the API version.
Namespace: Microsoft.WindowsAzure.Management
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)
Syntax
string ApiVersion { get; }
property String^ ApiVersion {
String^ get();
}
abstract ApiVersion : string with get
ReadOnly Property ApiVersion As String
Property Value
Type: System.String
See Also
IManagementClient Interface
Microsoft.WindowsAzure.Management Namespace
Return to top