CatalogItem.MimeType Property

Definition

Gets the MIME type of a resource.

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

Property Value

A String that contains the MIME type of a resource.

Remarks

The MimeType property is provided only for resources.

Applies to