IServiceFilterRequest.Content Property
Gets or sets the body of the request.
Namespace: Microsoft.WindowsAzure.MobileServices
Assembly: Microsoft.WindowsAzure.MobileServices.Managed (in Microsoft.WindowsAzure.MobileServices.Managed.dll)
Syntax
'Declaration
Property Content As String
Get
Set
'Usage
Dim instance As IServiceFilterRequest
Dim value As String
value = instance.Content
instance.Content = value
string Content { get; set; }
property String^ Content {
String^ get ();
void set (String^ value);
}
abstract Content : string with get, set
function get Content () : String
function set Content (value : String)
Property Value
Type: System.String