Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the media resource ETag.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Property ETag As String
Get
Set
'Usage
Dim instance As ODataStreamReferenceValue
Dim value As String
value = instance.ETag
instance.ETag = value
public string ETag { get; set; }
public:
property String^ ETag {
String^ get ();
void set (String^ value);
}
member ETag : string with get, set
function get ETag () : String
function set ETag (value : String)
Property Value
Type: System.String
The media resource ETag.