PassthroughResponse.Error Property

Namespace:  Microsoft.WindowsAzure.Management.HDInsight.Contracts
Assembly:  Microsoft.WindowsAzure.Management.HDInsight.Contracts (in Microsoft.WindowsAzure.Management.HDInsight.Contracts.dll)

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := True, IsRequired := False,  _
    Order := )> _
Public Property Error As ErrorDetails 
    Get 
    Set
'Usage
Dim instance As PassthroughResponse 
Dim value As ErrorDetails 

value = instance.Error

instance.Error = value
[DataMemberAttribute(EmitDefaultValue = true, IsRequired = false, 
    Order = )]
public ErrorDetails Error { get; set; }
[DataMemberAttribute(EmitDefaultValue = true, IsRequired = false, 
    Order = )]
public:
property ErrorDetails^ Error {
    ErrorDetails^ get ();
    void set (ErrorDetails^ value);
}
[<DataMemberAttribute(EmitDefaultValue = true, IsRequired = false, 
    Order = )>]
member Error : ErrorDetails with get, set
function get Error () : ErrorDetails 
function set Error (value : ErrorDetails)

Property Value

Type: Microsoft.WindowsAzure.Management.HDInsight.Contracts.ErrorDetails

See Also

Reference

PassthroughResponse Class

Microsoft.WindowsAzure.Management.HDInsight.Contracts Namespace