TimesheetDataSet.LinesRow.TS_LINE_STATUS プロパティ
このタイムシート行アイテムの承認状態を示します。
名前空間: WebSvcTimeSheet
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Property TS_LINE_STATUS As Byte
Get
Set
'使用
Dim instance As TimesheetDataSet.LinesRow
Dim value As Byte
value = instance.TS_LINE_STATUS
instance.TS_LINE_STATUS = value
public byte TS_LINE_STATUS { get; set; }
プロパティ値
型: System.Byte
注釈
この値に、 byteのTimesheetEnum.LineStatus型をキャストします。