WebSiteManagementClient.ApiVersion Property

 

Gets the API version.

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

IWebSiteManagementClient.ApiVersion

See Also

WebSiteManagementClient Class
Microsoft.WindowsAzure.Management.WebSites Namespace

Return to top