ResourcePlanDataSet.PlanResourcesRow.RES_CAN_LEVEL 属性
获取或设置一个值,该值指示是否可以对资源执行资源调配。
命名空间: WebSvcResourcePlan
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Property RES_CAN_LEVEL As Boolean
Get
Set
用法
Dim instance As ResourcePlanDataSet.PlanResourcesRow
Dim value As Boolean
value = instance.RES_CAN_LEVEL
instance.RES_CAN_LEVEL = value
public bool RES_CAN_LEVEL { get; set; }
属性值
类型:System.Boolean
True如果可以执行资源调配;否则为False。
另请参阅
引用
ResourcePlanDataSet.PlanResourcesRow 类