SyndicationItem.ETag Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an ETag HTTP header.
public:
property Platform::String ^ ETag { Platform::String ^ get(); };
winrt::hstring ETag();
public string ETag { get; }
var string = syndicationItem.eTag;
Public ReadOnly Property ETag As String
Property Value
An Etag HTTP header.
Remarks
When an AtomPub endpoint returns a syndication entry, it may include an ETag HTTP header, which will be tied to the SyndicationItem object and show up in this property. AtomPubClient will also use ETag when updating or deleting a resource for synchronization control.