Share via


MimeTypeAttribute.MimeType Property

Gets the MIME type of a request.

Namespace:  System.Data.Services
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public ReadOnly Property MimeType As String 
    Get
'Usage
Dim instance As MimeTypeAttribute 
Dim value As String 

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

Property Value

Type: System.String
A string that contains the MIME type.

See Also

Reference

MimeTypeAttribute Class

System.Data.Services Namespace