ClusterDeployment.ClusterUsername 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 ClusterUsername As String 
    Get 
    Set
'Usage
Dim instance As ClusterDeployment 
Dim value As String 

value = instance.ClusterUsername

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

Property Value

Type: System.String

See Also

Reference

ClusterDeployment Class

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