MediaDataServiceResponse.BatchStatusCode Property

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
Public ReadOnly Property BatchStatusCode As Integer 
    Get
'Usage
Dim instance As MediaDataServiceResponse 
Dim value As Integer 

value = instance.BatchStatusCode
public int BatchStatusCode { get; }
public:
virtual property int BatchStatusCode {
    int get () sealed;
}
abstract BatchStatusCode : int 
override BatchStatusCode : int
final function get BatchStatusCode () : int

Property Value

Type: System.Int32
Returns Int32.

Implements

IMediaDataServiceResponse.BatchStatusCode

See Also

Reference

MediaDataServiceResponse Class

Microsoft.WindowsAzure.MediaServices.Client Namespace