FeedResourceResponse.Content 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 the stream of content that contains the requested resource.
public:
property IRandomAccessStreamReference ^ Content { IRandomAccessStreamReference ^ get(); };
IRandomAccessStreamReference Content();
public IRandomAccessStreamReference Content { get; }
var iRandomAccessStreamReference = feedResourceResponse.content;
Public ReadOnly Property Content As IRandomAccessStreamReference
Property Value
The stream of content that contains the requested resource.
Remarks
Set the value of this property with the class constructor.