FeedItem.Uri Property

SimpleFeedReader

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

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

Syntax

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

Property Value

Type: Uri

See Also