SyndicationItem.CommentsUri 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 or sets the Uniform Resource Identifier (URI) of the comments for the item. This property represents the /rss/channel/item/comments element.
public:
property Uri ^ CommentsUri { Uri ^ get(); void set(Uri ^ value); };
Uri CommentsUri();
void CommentsUri(Uri value);
public System.Uri CommentsUri { get; set; }
var uri = syndicationItem.commentsUri;
syndicationItem.commentsUri = uri;
Public Property CommentsUri As Uri
Property Value
The /rss/channel/item/comments element.