StatusingDataSet.LocalCustomFieldMetadataRow.MD_PROP_ROLLDOWN_TO_ASSN property
Specifies whether the resource custom field or task custom field rolls down to assignments.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property MD_PROP_ROLLDOWN_TO_ASSN As Boolean
Get
Set
'Usage
Dim instance As StatusingDataSet.LocalCustomFieldMetadataRow
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
StatusingDataSet.LocalCustomFieldMetadataRow class