TimesheetDataSet.LinesDataTable.TS_LINE_UIDColumn プロパティ
TS_LINE_UIDフィールドの列を定義します。
名前空間: WebSvcTimeSheet
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public ReadOnly Property TS_LINE_UIDColumn As DataColumn
Get
'使用
Dim instance As TimesheetDataSet.LinesDataTable
Dim value As DataColumn
value = instance.TS_LINE_UIDColumn
public DataColumn TS_LINE_UIDColumn { get; }
プロパティ値
型: System.Data.DataColumn
フィールドのDataColumn 。
関連項目
参照先
TimesheetDataSet.LinesDataTable クラス