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 类