de la propiedad CustomFieldDataSet.CustomFieldsRow.MD_PROP_COPY_ON_REASSIGNMENT
Obtiene o establece un valor que indica si desea copiar el campo personalizado de tarea cuando una tarea se reasigna a otro recurso.
Espacio de nombres: WebSvcCustomFields
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public Property MD_PROP_COPY_ON_REASSIGNMENT As Boolean
Get
Set
'Uso
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; }
Valor de propiedad
Tipo: System.Boolean
True si el campo personalizado de asignación se pueden copiar; en caso contrario, False.
Vea también
Referencia
clase CustomFieldDataSet.CustomFieldsRow