TimesheetManagersDataSet.TimesheetManagersRow.RES_IS_ACTIVE 属性
获取或设置一个值,指示该时间表管理器资源是否处于活动状态。
命名空间: WebSvcAdmin
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Property RES_IS_ACTIVE As Boolean
Get
Set
用法
Dim instance As TimesheetManagersDataSet.TimesheetManagersRow
Dim value As Boolean
value = instance.RES_IS_ACTIVE
instance.RES_IS_ACTIVE = value
public bool RES_IS_ACTIVE { get; set; }
属性值
类型:System.Boolean
True如果时间表管理器处于活动状态 ;否则为False。
另请参阅
引用
TimesheetManagersDataSet.TimesheetManagersRow 类