Share via


Task.TaskID 属性

Gets or sets the unique task ID.

命名空间:  ReportService2010
程序集:  ReportService2010(在 ReportService2010.dll 中)

语法

声明
Public Property TaskID As String 
    Get 
    Set
用法
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)

属性值

类型:System.String
A string value.

请参阅

参考

Task 类

ReportService2010 命名空间