MessagePropertyDescription 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
MessagePropertyAttribute를 통해 지정된 메시지 속성을 나타냅니다.
public ref class MessagePropertyDescription : System::ServiceModel::Description::MessagePartDescription
public class MessagePropertyDescription : System.ServiceModel.Description.MessagePartDescription
type MessagePropertyDescription = class
inherit MessagePartDescription
Public Class MessagePropertyDescription
Inherits MessagePartDescription
- 상속
설명
이 클래스는 MessagePropertyDescription 메시지 계약에 System.ServiceModel.MessagePropertyAttribute지정된 메시지 속성을 나타냅니다. 메시지 속성은 메시지 파이프라인에서 다른 개체에서 추가로 사용할 수 있지만 메시지와 함께 직렬화되지 않은 메시지에 정보를 배치하는 데 사용됩니다.
생성자
MessagePropertyDescription(String) |
MessagePropertyDescription 클래스의 새 인스턴스를 초기화합니다. |
속성
HasProtectionLevel |
메시지 부분에 ProtectionLevel 속성에 대한 값이 있는지 여부를 나타내는 값을 가져옵니다. (다음에서 상속됨 MessagePartDescription) |
Index |
메시지 부분의 인덱스를 가져오거나 설정합니다. (다음에서 상속됨 MessagePartDescription) |
MemberInfo |
메시지 부분에 대한 멤버 정보를 가져오거나 설정합니다. (다음에서 상속됨 MessagePartDescription) |
Multiple |
메시지 부분이 메시지에서 두 번 이상 표시될 수 있는지 여부를 제어하는 값을 가져오거나 설정합니다. (다음에서 상속됨 MessagePartDescription) |
Name |
메시지 부분의 이름을 가져오거나 설정합니다. (다음에서 상속됨 MessagePartDescription) |
Namespace |
메시지 부분의 네임스페이스를 가져오거나 설정합니다. (다음에서 상속됨 MessagePartDescription) |
ProtectionLevel |
메시지 부분의 ProtectionLevel을 가져오거나 설정합니다. (다음에서 상속됨 MessagePartDescription) |
Type |
메시지 부분의 형식을 가져오거나 설정합니다. (다음에서 상속됨 MessagePartDescription) |
메서드
Equals(Object) |
지정된 개체가 현재 개체와 같은지 확인합니다. (다음에서 상속됨 Object) |
GetHashCode() |
기본 해시 함수로 작동합니다. (다음에서 상속됨 Object) |
GetType() |
현재 인스턴스의 Type을 가져옵니다. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다. (다음에서 상속됨 Object) |