CustomFieldDataSet.CustomFieldsRow.MD_PROP_COPY_ON_REASSIGNMENT property
取得或設定值,指出是否要複製任務的工作分派自訂欄位會指派給不同的資源。
Namespace: WebSvcCustomFields
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'宣告
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; }
Property value
Type: System.Boolean
True如果工作分派自訂欄位複製 ;否則, False。
請參閱
參照
CustomFieldDataSet.CustomFieldsRow class