DataServiceResponse.IsBatchResponse 속성
응답에 여러 결과가 포함되어 있는지 여부를 나타내는 부울 값을 가져옵니다.
네임스페이스: System.Data.Services.Client
어셈블리: Microsoft.Data.Services.Client(Microsoft.Data.Services.Client.dll)
구문
‘선언
Public ReadOnly Property IsBatchResponse As Boolean
Get
‘사용 방법
Dim instance As DataServiceResponse
Dim value As Boolean
value = instance.IsBatchResponse
public bool IsBatchResponse { get; }
public:
property bool IsBatchResponse {
bool get ();
}
member IsBatchResponse : bool
function get IsBatchResponse () : boolean
속성 값
유형: System.Boolean
응답에 여러 결과가 포함되어 있는지 여부를 나타내는 부울 값입니다.