JobInformation.Name Property

 

Required. Gets or sets the friendly name of the job.

Namespace:   Microsoft.Azure.Management.DataLake.AnalyticsJob.Models
Assembly:  Microsoft.Azure.Management.DataLake.AnalyticsJob (in Microsoft.Azure.Management.DataLake.AnalyticsJob.dll)

Syntax

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

Property Value

Type: System.String

See Also

JobInformation Class
Microsoft.Azure.Management.DataLake.AnalyticsJob.Models Namespace

Return to top