ScheduleDataSet.ScheduleRow.Title プロパティ
取得またはタスクまたはプロジェクトの名前を設定します。
名前空間: WebSvcStatusing
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Property Title As String
Get
Set
'使用
Dim instance As ScheduleDataSet.ScheduleRow
Dim value As String
value = instance.Title
instance.Title = value
public string Title { get; set; }
プロパティ値
注釈
Categoryが 0 の場合は、割り当てが属するタスクの名前を表します。
Categoryが 1 の場合は、割り当てが属するプロジェクトの名前を表します。
関連項目
参照先
ScheduleDataSet.ScheduleRow クラス