MimeXmlBinding.Part Propriedade

Definição

Obtém ou define nome do MimeXmlBinding ao qual o MessagePart se aplica.Gets or sets the name of the MessagePart to which the MimeXmlBinding applies.

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

Valor da propriedade

String

O nome do correspondente MessagePart .The name of the corresponding MessagePart. O valor padrão é uma cadeia de caracteres vazia ("").The default value is an empty string ("").

Exemplos

MimeXmlBinding_Part_3 # 3MimeXmlBinding_Part_3#3

Aplica-se a