CustomFieldDataSet.CustomFieldsRow.MD_PROP_COPY_ON_REASSIGNMENT-Eigenschaft
Dient zum Abrufen oder Festlegen eines Werts, das angibt, ob kopieren Sie die benutzerdefinierten Felds für Zuordnungen bei einer Aufgabe an eine andere Ressource zugewiesen werden.
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; }
Eigenschaftswert
Typ: System.Boolean
True ist der benutzerdefinierten Felds für Zuordnungen kopiert werden soll; andernfalls False.
Siehe auch
Referenz
CustomFieldDataSet.CustomFieldsRow Klasse