Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the unique task ID.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
Public Property TaskID As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A string value.