TimesheetDataSet.ActionsRow.TS_ACTION_IS_HISTORY プロパティ
これはこのタイムシートに適用されている現在のアクションであるかどうかを示します。
名前空間: WebSvcTimeSheet
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Property TS_ACTION_IS_HISTORY As Boolean
Get
Set
'使用
Dim instance As TimesheetDataSet.ActionsRow
Dim value As Boolean
value = instance.TS_ACTION_IS_HISTORY
instance.TS_ACTION_IS_HISTORY = value
public bool TS_ACTION_IS_HISTORY { get; set; }
プロパティ値
関連項目
参照先
TimesheetDataSet.ActionsRow クラス