FeedResourceResponse.ReasonPhrase Property

Definition

Gets a text description of the result that is not user facing.

public:
 property Platform::String ^ ReasonPhrase { Platform::String ^ get(); };
winrt::hstring ReasonPhrase();
public string ReasonPhrase { get; }
var string = feedResourceResponse.reasonPhrase;
Public ReadOnly Property ReasonPhrase As String

Property Value

String

Platform::String

winrt::hstring

A text description of the result that is not user facing.

Remarks

Set the value of this property with the class constructor.

Applies to