Proprietà Task.TaskID

Gets the unique identifier of the task.

Spazio dei nomi  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)

Sintassi

'Dichiarazione
Public Property TaskID As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.String
A String value that contains the unique identifier for the task.

Vedere anche

Riferimento

Task Classe

Spazio dei nomi ReportService2006