Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.