IWebSiteExtensionsClient.ApiVersion Property
Gets the API version.
Namespace: Microsoft.WindowsAzure.WebSitesExtensions
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
IWebSiteExtensionsClient Interface
Microsoft.WindowsAzure.WebSitesExtensions Namespace
Return to top