CustomFieldDataSet.CustomFieldsRow.MD_PROP_COPY_ON_REASSIGNMENT property

Gets or sets a value that indicates whether to copy the assignment custom field when a task is reassigned to a different resource.

Namespace:  WebSvcCustomFields
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property MD_PROP_COPY_ON_REASSIGNMENT As Boolean
    Get
    Set
'Usage
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 if the assignment custom field is to be copied; otherwise, False.

See also

Reference

CustomFieldDataSet.CustomFieldsRow class

CustomFieldDataSet.CustomFieldsRow members

WebSvcCustomFields namespace