TaskID プロパティ
タスクの一意の識別子です。
名前空間: ReportService2005
アセンブリ: ReportService2005 (ReportService2005.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
String 値です。