JobCollectionGetResponse.SchemaVersion Property
Optional. The version of the Intrinsic Properties for your Resource. If not specified, you must conform to the contract resource version you registered as default.
Namespace: Microsoft.WindowsAzure.Management.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
Syntax
public string SchemaVersion { get; set; }
public:
property String^ SchemaVersion {
String^ get();
void set(String^ value);
}
member SchemaVersion : string with get, set
Public Property SchemaVersion As String
Property Value
Type: System.String
See Also
JobCollectionGetResponse Class
Microsoft.WindowsAzure.Management.Scheduler.Models Namespace
Return to top