AutomationResource.ETag Property
Optional. Gets or sets the ETag for this resource.
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
AutomationResource Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace
Return to top