IOperation.ErrorCode Property
[This topic is pre-release documentation and is subject to change in future releases. Participation in the preview is limited to invitees only. For more information, see the Release Notes.]
Gets operation error code.
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client.Live (in Microsoft.WindowsAzure.MediaServices.Client.Live.dll)
Syntax
'Declaration
ReadOnly Property ErrorCode As String
Get
'Usage
Dim instance As IOperation
Dim value As String
value = instance.ErrorCode
string ErrorCode { get; }
property String^ ErrorCode {
String^ get ();
}
abstract ErrorCode : string
function get ErrorCode () : String
Property Value
Type: System.String