DataServiceBehavior.AcceptAnyAllRequests Property
Gets or sets whether the server will accept requests with filters that contain all or any expressions.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public Property AcceptAnyAllRequests As Boolean
Get
Set
'Usage
Dim instance As DataServiceBehavior
Dim value As Boolean
value = instance.AcceptAnyAllRequests
instance.AcceptAnyAllRequests = value
public bool AcceptAnyAllRequests { get; set; }
public:
property bool AcceptAnyAllRequests {
bool get ();
void set (bool value);
}
member AcceptAnyAllRequests : bool with get, set
function get AcceptAnyAllRequests () : boolean
function set AcceptAnyAllRequests (value : boolean)
Property Value
Type: System.Boolean
True when the server accepts all or any expressions; otherwise false.
Remarks
The default value is true.