ImageInstance.MIMEType Property

Definition

Gets or sets the calculated value of the MIMEType property in a Image class.

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

Property Value

A string value that represents the calculated value of the MIMEType property.

Applies to