다음을 통해 공유


MsmqMessage<T>.Body 속성

정의

메시지 본문을 가져오거나 설정합니다.

public:
 property T Body { T get(); void set(T value); };
public T Body { get; set; }
member this.Body : 'T with get, set
Public Property Body As T

속성 값

T

메시지의 본문입니다.

예외

메시지 본문이 null인 경우

예제

string body = message.Body;
Dim body = message.Body

적용 대상