CustomFieldDataSet.CustomFieldsRow.MD_PROP_COPY_ON_REASSIGNMENT 属性
获取或设置一个值,该值指示是否要复制的工作分配自定义域的任务时被重新分配给不同的资源。
命名空间: WebSvcCustomFields
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Property MD_PROP_COPY_ON_REASSIGNMENT As Boolean
Get
Set
用法
Dim instance As CustomFieldDataSet.CustomFieldsRow
Dim value As Boolean
value = instance.MD_PROP_COPY_ON_REASSIGNMENT
instance.MD_PROP_COPY_ON_REASSIGNMENT = value
public bool MD_PROP_COPY_ON_REASSIGNMENT { get; set; }
属性值
类型:System.Boolean
True如果工作分配自定义域将被复制。否则为False。
另请参阅
引用
CustomFieldDataSet.CustomFieldsRow 类