Share via


AddTaskResult.ContentType Property

 

Optional. Gets and sets the content-type of response.

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

Syntax

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

Property Value

Type: System.String

See Also

AddTaskResult Class
Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top