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;

적용 대상