DataServiceStreamLink.ETag Property
The eTag value that is used to determine concurrency for a binary resource stream.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public Property ETag As String
Get
Friend Set
'Usage
Dim instance As DataServiceStreamLink
Dim value As String
value = instance.ETag
public string ETag { get; internal set; }
public:
property String^ ETag {
String^ get ();
internal: void set (String^ value);
}
member ETag : string with get, internal set
function get ETag () : String
internal function set ETag (value : String)
Property Value
Type: System.String
The value of the eTag header for the stream.