Share via


IServiceFilterRequest.Accept Property

Gets or sets the type of responses accepted.

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

Syntax

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

value = instance.Accept

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

Property Value

Type: System.String

See Also

Reference

IServiceFilterRequest Interface

Microsoft.WindowsAzure.MobileServices Namespace