IWebSiteManagementClient.ApiVersion Property
Gets the API version.
Namespace: Microsoft.WindowsAzure.Management.WebSites
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.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
IWebSiteManagementClient Interface
Microsoft.WindowsAzure.Management.WebSites Namespace
Return to top