AddApplicationPackageResponse.Format Property

 

Optional. Gets or sets the format of the application package, if known.

Namespace:   Microsoft.Azure.Management.Batch.Models
Assembly:  Microsoft.Azure.Management.Batch (in Microsoft.Azure.Management.Batch.dll)

Syntax

public string Format { get; set; }
public:
property String^ Format {
    String^ get();
    void set(String^ value);
}
member Format : string with get, set
Public Property Format As String

Property Value

Type: System.String

See Also

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

Return to top