SyndicationItem.Content Property

Definition

Gets or sets the content of the item.

public:
 property SyndicationContent ^ Content { SyndicationContent ^ get(); void set(SyndicationContent ^ value); };
SyndicationContent Content();

void Content(SyndicationContent value);
public SyndicationContent Content { get; set; }
var syndicationContent = syndicationItem.content;
syndicationItem.content = syndicationContent;
Public Property Content As SyndicationContent

Property Value

The content of the item.

Applies to