FeedResourceResponse.Content Property

Definition

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.

Applies to