SyndicationItem.ItemUri 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 the Uniform Resource Identifier (URI) of this item. AtomPubClient creates this property after new resource is created.
public:
property Uri ^ ItemUri { Uri ^ get(); };
Uri ItemUri();
public System.Uri ItemUri { get; }
var uri = syndicationItem.itemUri;
Public ReadOnly Property ItemUri As Uri
Property Value
The Uniform Resource Identifier (URI) of the item.