HttpResponseMessageProperty.Name 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与 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;