MediaDataServiceResponse.IsBatchResponse Property
Gets a Boolean value that indicates whether the response contains multiple results.
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)
Syntax
'Declaration
Public ReadOnly Property IsBatchResponse As Boolean
Get
'Usage
Dim instance As MediaDataServiceResponse
Dim value As Boolean
value = instance.IsBatchResponse
public bool IsBatchResponse { get; }
public:
virtual property bool IsBatchResponse {
bool get () sealed;
}
abstract IsBatchResponse : bool
override IsBatchResponse : bool
final function get IsBatchResponse () : boolean
Property Value
Type: System.Boolean
Returns Boolean.
Implements
IMediaDataServiceResponse.IsBatchResponse