Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the response code that indicates results of query.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Property ResponseStatusCode As Integer
Get
Set
'Usage
Dim instance As IDataServiceHost
Dim value As Integer
value = instance.ResponseStatusCode
instance.ResponseStatusCode = value
int ResponseStatusCode { get; set; }
property int ResponseStatusCode {
int get ();
void set (int value);
}
abstract ResponseStatusCode : int with get, set
function get ResponseStatusCode () : int
function set ResponseStatusCode (value : int)
Property Value
Type: System.Int32
Integer value that contains the response code.