BatchOperationResponse.ETag Property

 

Optional. Gets the content of the ETag HTTP response header.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top