Share via


ComputeManagementClient.ApiVersion Property

 

Gets the API version.

Namespace:   Microsoft.WindowsAzure.Management.Compute
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.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

IComputeManagementClient.ApiVersion

See Also

ComputeManagementClient Class
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top