TimesheetLineClassDataSet.LineClassesRow.TS_LINE_CLASS_IS_DISABLED 属性
获取或设置一个布尔值,该值指示是否禁用编辑指定的工时行类。
命名空间: WebSvcAdmin
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Property TS_LINE_CLASS_IS_DISABLED As Boolean
Get
Set
用法
Dim instance As TimesheetLineClassDataSet.LineClassesRow
Dim value As Boolean
value = instance.TS_LINE_CLASS_IS_DISABLED
instance.TS_LINE_CLASS_IS_DISABLED = value
public bool TS_LINE_CLASS_IS_DISABLED { get; set; }
属性值
类型:System.Boolean
True是行类被禁用 ; 当前设置否则为False。
另请参阅
引用
TimesheetLineClassDataSet.LineClassesRow 类