IServiceFilterRequest.ContentType Property

Gets or sets the type of the body's content for the request.

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

Syntax

'Declaration
Property ContentType As String 
    Get 
    Set
'Usage
Dim instance As IServiceFilterRequest 
Dim value As String 

value = instance.ContentType

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

Property Value

Type: System.String

See Also

Reference

IServiceFilterRequest Interface

Microsoft.WindowsAzure.MobileServices Namespace