GetApplicationPackageResult.Version Property

 

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

[JsonPropertyAttribute(PropertyName = "version")]
public string Version { get; set; }
public:
[JsonPropertyAttribute(PropertyName = "version")]
property String^ Version {
    String^ get();
    void set(String^ value);
}
[<JsonPropertyAttribute(PropertyName = "version")>]
member Version : string with get, set
<JsonPropertyAttribute(PropertyName := "version")>
Public Property Version As String

Property Value

Type: System.String

See Also

GetApplicationPackageResult Class
Microsoft.Azure.Management.Batch.Models Namespace

Return to top