CustomField members
Office 2013
Contains the properties and methods that are used to create an enterprise custom field.
The CustomField type exposes the following members.
| Name | Description | |
|---|---|---|
|
AppAlternateId | Gets the alternate custom field GUID that is specified in an App package for Project Online. |
|
Context | (Inherited from ClientObject.) |
|
Description | Gets or sets the description of the custom field. |
|
EntityType | Gets the type of entity (project, task, or resource) for the custom field. |
|
FieldType | Gets the type of the custom field. |
|
Formula | Gets or sets the formula that calculates the value of a custom field. |
|
Id | Gets the GUID of the custom field. |
|
InternalName | Gets the internal name of the custom field. Reserved for internal use. |
|
IsEditableInVisibility | Gets or sets a value that indicates whether the value is editable in project site visibility mode. |
|
IsMultilineText | Gets or sets a value that indicates whether a text custom field can contain multiple lines. |
|
IsRequired | Gets or sets a value that indicates whether a value for the custom field is required when the entity (project, resource, or task) is created. |
|
IsWorkflowControlled | Gets or sets a value that indicates whether the custom field value is controlled by a workflow. |
|
LookupAllowMultiSelect | Gets a value that indicates whether multiple lookup table values can be set for the custom field. |
|
LookupDefaultValue | Gets or sets the GUID of the default value in a lookup table for a custom field. |
|
LookupEntries | Gets a collection of valid lookup table entries for this field. |
|
LookupTable | Gets or sets the LookupTable object for a text custom field. |
|
Name | Gets or sets the name of the custom field. |
|
ObjectData | (Inherited from ClientObject.) |
|
ObjectVersion | (Inherited from ClientObject.) |
|
Path | (Inherited from ClientObject.) |
|
RollsDownToAssignments | 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. |
|
RollupType | Gets or sets the way that the custom field rolls up to summary tasks. |
|
ServerObjectIsNull | (Inherited from ClientObject.) |
|
Tag | (Inherited from ClientObject.) |
|
TypedObject | (Inherited from ClientObject.) |
Top