CustomField.RollsDownToAssignments property

Gets or sets a value that indicates whether a custom field is set to automatically become a part of the list of available fields for the Assignment cube dimension.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property RollsDownToAssignments As Boolean
    Get
    Set
'Usage
Dim instance As CustomField
Dim value As Boolean

value = instance.RollsDownToAssignments

instance.RollsDownToAssignments = value
[RemoteAttribute]
public bool RollsDownToAssignments { get; set; }

Property value

Type: System.Boolean
True if a custom field is set to roll down; otherwise, False.

Remarks

The roll-down process is a feature of the Cube Build Service (CBS) support for Resource and Task custom fields.

See also

Reference

CustomField class

CustomField members

Microsoft.ProjectServer.Client namespace