MapReduceStreamingJobSubmissionParameters.UserName Property

 

Namespace:   Microsoft.Azure.Management.HDInsight.Job.Models
Assembly:  Microsoft.Azure.Management.HDInsight.Job (in Microsoft.Azure.Management.HDInsight.Job.dll)

Syntax

public string UserName { get; set; }
public:
property String^ UserName {
    String^ get();
    void set(String^ value);
}
member UserName : string with get, set
Public Property UserName As String

Property Value

Type: System.String

See Also

MapReduceStreamingJobSubmissionParameters Class
Microsoft.Azure.Management.HDInsight.Job.Models Namespace

Return to top