Share via


IIngestManifestFile.ErrorDetail Property

Gets or sets the error details encountered in processing this file.

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

Syntax

'Declaration
Property ErrorDetail As String 
    Get 
    Set
'Usage
Dim instance As IIngestManifestFile 
Dim value As String 

value = instance.ErrorDetail

instance.ErrorDetail = value
string ErrorDetail { get; set; }
property String^ ErrorDetail {
    String^ get ();
    void set (String^ value);
}
abstract ErrorDetail : string with get, set
function get ErrorDetail () : String 
function set ErrorDetail (value : String)

Property Value

Type: System.String
The error details encountered in processing this file.

See Also

Reference

IIngestManifestFile Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace