ImportTimesheetDataSet.LinesRow.TS_LINE_CLASS_NAME 属性

获取或设置时间表行的类的名称。

命名空间:  WebSvcStatusing
程序集:  ProjectServerServices(位于 ProjectServerServices.dll 中)

语法

声明
Public Property TS_LINE_CLASS_NAME As String
    Get
    Set
用法
Dim instance As ImportTimesheetDataSet.LinesRow
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

备注

如果服务器被配置为导入仅标准时间表行,这将始终是Standard。

另请参阅

引用

ImportTimesheetDataSet.LinesRow 类

ImportTimesheetDataSet.LinesRow 成员

WebSvcStatusing 命名空间