Share via


IMediaDataServiceResponse.BatchStatusCode Property

Gets the status code from an HTTP response associated with a batch request.

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Syntax

'Declaration
ReadOnly Property BatchStatusCode As Integer 
    Get
'Usage
Dim instance As IMediaDataServiceResponse 
Dim value As Integer 

value = instance.BatchStatusCode
int BatchStatusCode { get; }
property int BatchStatusCode {
    int get ();
}
abstract BatchStatusCode : int
function get BatchStatusCode () : int

Property Value

Type: System.Int32
Returns Int32.

See Also

Reference

IMediaDataServiceResponse Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace