다음을 통해 공유


MimeXmlBinding.Part 속성

정의

MessagePart을 적용할 MimeXmlBinding의 이름을 가져오거나 설정합니다.

public:
 property System::String ^ Part { System::String ^ get(); void set(System::String ^ value); };
public string Part { get; set; }
member this.Part : string with get, set
Public Property Part As String

속성 값

String

해당하는 MessagePart 이름입니다. 기본값은 빈 문자열("")입니다.

예제

MimeXmlBinding_Part_3#3

적용 대상