CustomFieldDataSet.CustomFieldsRow.MD_PROP_ROLLDOWN_TO_ASSN property
Gets or sets a value that indicates whether the resource or task custom field rolls down to assignments.
Namespace: WebSvcCustomFields
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property MD_PROP_ROLLDOWN_TO_ASSN As Boolean
Get
Set
'Usage
Dim instance As CustomFieldDataSet.CustomFieldsRow
Dim value As Boolean
value = instance.MD_PROP_ROLLDOWN_TO_ASSN
instance.MD_PROP_ROLLDOWN_TO_ASSN = value
public bool MD_PROP_ROLLDOWN_TO_ASSN { get; set; }
Property value
Type: System.Boolean
True if the field rolls down; otherwise, False.
See also
Reference
CustomFieldDataSet.CustomFieldsRow class