GetApplicationPackageResponse.Version Property
Required. Gets or sets the version of the application package.
Namespace: Microsoft.Azure.Management.Batch.Models
Assembly: Microsoft.Azure.Management.Batch (in Microsoft.Azure.Management.Batch.dll)
Syntax
public string Version { get; set; }
public:
property String^ Version {
String^ get();
void set(String^ value);
}
member Version : string with get, set
Public Property Version As String
Property Value
Type: System.String
See Also
GetApplicationPackageResponse Class
Microsoft.Azure.Management.Batch.Models Namespace
Return to top