SyndicationItem.ItemUri Property

Definition

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.

Applies to