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;

适用于