다음을 통해 공유


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;

적용 대상