Share via


AddTaskResult.ContentId Property

 

Optional. Gets and sets the content-id if present.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top