FeedItem.Content Property

SimpleFeedReader

Collapse image Expand Image Copy image CopyHover image
The Content of the FeedItem.

Namespace: SimpleFeedReader
Assembly: SimpleFeedReader (in SimpleFeedReader.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string Content { get; set; }
Visual Basic
Public Property Content As String
	Get
	Set
Visual C++
public:
property String^ Content {
	String^ get ();
	void set (String^ value);
}
F#
member Content : string with get, set

Property Value

Type: String

See Also