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