FeedResourceResponse.ReasonPhrase 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 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
A text description of the result that is not user facing.
Remarks
Set the value of this property with the class constructor.