CatalogItem.MimeType Propiedad

Gets the MIME type of a resource.

Espacio de nombres:  ReportService2006
Ensamblado:  ReportService2006 (en ReportService2006.dll)

Sintaxis

'Declaración
Public Property MimeType As String 
    Get 
    Set
'Uso
Dim instance As CatalogItem 
Dim value As String 

value = instance.MimeType

instance.MimeType = value
public string MimeType { get; set; }
public:
property String^ MimeType {
    String^ get ();
    void set (String^ value);
}
member MimeType : string with get, set
function get MimeType () : String 
function set MimeType (value : String)

Valor de la propiedad

Tipo: System.String
A String that contains the MIME type of a resource.

Comentarios

The MimeType property is provided only for resources.

Vea también

Referencia

CatalogItem Clase

Espacio de nombres ReportService2006