Share via


CloudServiceGetResponse.Resource.ETag Property

 

Optional. ETag identifying the current entity revision on the server.

Namespace:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.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

CloudServiceGetResponse.Resource Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top