Task.Name Property

 

Applies To: SQL Server 2016 Preview

Namespace:   ReportService2010
Assembly:  ReportService2010 (in ReportService2010.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

Task Class
ReportService2010 Namespace

Return to top