SyndicationItem.CommentsUri Property

Definition

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.

Applies to