ClusterContainer.ContainerError Property

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

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property ContainerError As String 
    Get 
    Set
'Usage
Dim instance As ClusterContainer 
Dim value As String 

value = instance.ContainerError

instance.ContainerError = value
[DataMemberAttribute(EmitDefaultValue = false)]
public string ContainerError { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property String^ ContainerError {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member ContainerError : string with get, set
function get ContainerError () : String 
function set ContainerError (value : String)

Property Value

Type: System.String

See Also

Reference

ClusterContainer Class

Microsoft.WindowsAzure.Management.HDInsight.Contracts.March2013 Namespace