Task.TaskID Property

 

Applies To: SQL Server 2016 Preview

The unique identifier of the task

Namespace:   ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

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

Property Value

Type: System.String

A String value.

Examples

Legacy Code Example

See Also

Task Class
ReportService2005 Namespace

Return to top