다음을 통해 공유


DataServiceBehavior.AcceptAnyAllRequests 속성

서버에서 모든 또는 임의의 식을 포함하는 필터가 있는 요청을 허용할지 여부를 가져오거나 설정합니다.

네임스페이스:  System.Data.Services
어셈블리:  Microsoft.Data.Services(Microsoft.Data.Services.dll)

구문

‘선언
Public Property AcceptAnyAllRequests As Boolean
    Get
    Set
‘사용 방법
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)

속성 값

유형: System.Boolean
서버에서 모든 식 또는 임의의 식을 허용하면 true이고, 그렇지 않으면 false입니다.

주의

기본값은 true입니다.

참고 항목

참조

DataServiceBehavior 클래스

System.Data.Services 네임스페이스