CustomFieldDataSet.CustomFieldsRow.MD_PROP_ROLLDOWN_TO_ASSN Property
Specifies whether the resource or task custom field rolls down to assignments.
Namespace: WebSvcCustomFields
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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
See Also
Reference
CustomFieldDataSet.CustomFieldsRow Class