Compartilhar via


Propriedade do RDL Task.TaskID

The unique identifier of the task

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

Sintaxe

'Declaração
Public Property TaskID As String 
    Get 
    Set
'Uso
Dim instance As Task 
Dim value As String 

value = instance.TaskID

instance.TaskID = value
public string TaskID { get; set; }
public:
property String^ TaskID {
    String^ get ();
    void set (String^ value);
}
member TaskID : string with get, set
function get TaskID () : String 
function set TaskID (value : String)

Valor da propriedade

Tipo: System.String
A String value.

Consulte também

Referência

Task Classe

Namespace ReportService2005