共用方式為


FeedResourceResponse.ReasonPhrase 屬性

定義

取得非使用者面向之結果的文字描述。

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

屬性值

String

Platform::String

winrt::hstring

非使用者面向之結果的文字描述。

備註

使用類別建構函式設定此屬性的值。

適用於