IServiceFilterResponse.Content Property

Gets the body of the response.

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

Syntax

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

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

Property Value

Type: System.String
The body of the response.

See Also

Reference

IServiceFilterResponse Interface

Microsoft.WindowsAzure.MobileServices Namespace