Share via


IServiceFilterResponse.ContentType Property

Gets the content type of the service response.

Namespace:  Microsoft.WindowsAzure.MobileServices
Assembly:  Microsoft.WindowsAzure.MobileServices.Managed (in Microsoft.WindowsAzure.MobileServices.Managed.dll)

Syntax

'Declaration
ReadOnly Property ContentType As String 
    Get
'Usage
Dim instance As IServiceFilterResponse 
Dim value As String 

value = instance.ContentType
string ContentType { get; }
property String^ ContentType {
    String^ get ();
}
abstract ContentType : string
function get ContentType () : String

Property Value

Type: System.String
The content type of the service response.

See Also

Reference

IServiceFilterResponse Interface

Microsoft.WindowsAzure.MobileServices Namespace