Share via


HttpResponseMessageProperty.Name プロパティ

定義

HttpResponseMessageProperty クラスに関連付けられているメッセージ プロパティの名前を取得します。

public:
 static property System::String ^ Name { System::String ^ get(); };
public static string Name { get; }
static member Name : string
Public Shared ReadOnly Property Name As String

プロパティ値

"httpResponse" を返します。

次の例では、メッセージ プロパティの名前を取得する方法を示します。

String name = HttpResponseMessageProperty.Name;

適用対象