Share via


ManagementClient.ApiVersion Property

 

Gets the API version.

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

Syntax

public string ApiVersion { get; }
public:
property String^ ApiVersion {
    virtual String^ get() sealed;
}
abstract ApiVersion : string with get
override ApiVersion : string with get
Public ReadOnly Property ApiVersion As String

Property Value

Type: System.String

Implements

IManagementClient.ApiVersion

See Also

ManagementClient Class
Microsoft.WindowsAzure.Management Namespace

Return to top