SchedulerClient.ApiVersion Property
Gets the API version.
Namespace: Microsoft.WindowsAzure.Scheduler
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.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
See Also
SchedulerClient Class
Microsoft.WindowsAzure.Scheduler Namespace
Return to top