DataObject.MimeType Propriedade

Definição

Obtém ou define o tipo MIME do objeto atual DataObject .

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

Valor da propriedade

O tipo MIME do objeto atual DataObject . O padrão é null.

Comentários

O tipo MIME descreve os dados dentro do DataObject.

Aplica-se a