TimesheetLineClassDataSet.LineClassesRow.TS_LINE_CLASS_TYPE プロパティ
取得または設定を指定されたタイムシート行を使用しているライン クラス種類を示す番号。
名前空間: WebSvcAdmin
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Property TS_LINE_CLASS_TYPE As Byte
Get
Set
'使用
Dim instance As TimesheetLineClassDataSet.LineClassesRow
Dim value As Byte
value = instance.TS_LINE_CLASS_TYPE
instance.TS_LINE_CLASS_TYPE = value
public byte TS_LINE_CLASS_TYPE { get; set; }
プロパティ値
型: System.Byte
数を示します。
関連項目
参照先
TimesheetLineClassDataSet.LineClassesRow クラス