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

适用于