CustomFieldDataSet.CustomFieldsRow properties

Office 2013 and later

The CustomFieldDataSet.CustomFieldsRow type exposes the following members.

  Name Description
Public property APP_ENTITY_UID Gets or sets a custom field alternate entity GUID that is specified in an App package for Project Online.
Public property HasErrors (Inherited from DataRow.)
Public property Item[Int32] (Inherited from DataRow.)
Public property Item[String] (Inherited from DataRow.)
Public property Item[DataColumn] (Inherited from DataRow.)
Public property Item[Int32, DataRowVersion] (Inherited from DataRow.)
Public property Item[String, DataRowVersion] (Inherited from DataRow.)
Public property Item[DataColumn, DataRowVersion] (Inherited from DataRow.)
Public property ItemArray (Inherited from DataRow.)
Public property MD_AGGREGATION_TYPE_ENUM Gets or sets the roll-up type for a custom field.
Public property MD_ENT_TYPE_UID Gets or sets the type of entity (project, task, or resource) for the custom field.
Public property MD_LOOKUP_TABLE_UID Gets or sets the unique identifier of the lookup table to use for the custom field.
Public property MD_PROP_CHECKOUTBY Gets or sets the unique identifier of the user who has the custom field checked out for modification.
Public property MD_PROP_CHECKOUTDATE Gets or sets the date and time that the custom field was checked out for modification.
Public property MD_PROP_COPY_ON_REASSIGNMENT Gets or sets a value that indicates whether to copy the assignment custom field when a task is reassigned to a different resource.
Public property MD_PROP_DEFAULT_VALUE Gets or sets the unique identifier of the default value in a lookup table for a custom field.
Public property MD_PROP_DEPARTMENT_UID Gets or sets the GUID of the department for a departmental custom field.
Public property MD_PROP_DESCRIPTION Gets or sets the description of the custom field.
Public property MD_PROP_FORMULA Gets or sets the formula that calculates the value of a custom field.
Public property MD_PROP_GRAPHICAL_INDICATOR Gets or sets the graphical indicator for a custom field.
Public property MD_PROP_GRAPHICAL_INDICATOR_TOOLTIP Gets or sets a value that indicates whether the graphical indicator has a tooltip.
Public property MD_PROP_ID Gets or sets the integer identifier of the enterprise custom field.
Public property MD_PROP_ID_SECONDARY Gets or sets the assignment custom field identifier for resource and task custom fields.
Public property MD_PROP_IS_EDITABLE_IN_VISIBILITY Gets or sets a value that indicates whether the value is editable in project site visibility mode.
Public property MD_PROP_IS_LEAF_NODE_ONLY Gets or sets a value that indicates whether the custom field value must be a leaf node in the lookup table.
Public property MD_PROP_IS_MULTILINE_TEXT Gets or sets a value that indicates whether the text custom field can contain multiple lines.
Public property MD_PROP_IS_REQUIRED Gets or sets a value that indicates whether the custom field is required when the entity (project, resource, or task) is created.
Public property MD_PROP_IS_WORKFLOW_CONTROLLED Gets or sets a value that indicates whether the custom field is controlled by a workflow.
Public property MD_PROP_MAX_VALUES Gets or sets a value that indicates whether the custom field has a single value or uses a multivalue lookup table.
Public property MD_PROP_NAME Gets or sets the name of the custom field.
Public property MD_PROP_PROJ_SUMM_GRAPHICAL_INDICATOR Gets or sets the project summary graphical indicator for the custom field.
Public property MD_PROP_ROLLDOWN_TO_ASSN Gets or sets a value that indicates whether the resource or task custom field rolls down to assignments.
Public property MD_PROP_SUMM_GRAPHICAL_INDICATOR Gets or sets the custom field graphical indicator for the summary task.
Public property MD_PROP_TYPE_ENUM Gets or sets the type of the custom field.
Public property MD_PROP_UID Gets or sets the unique identifier of the custom field.
Public property MD_PROP_UID_SECONDARY Gets or sets the unique identifier for the assignment custom field for resource and task custom fields.
Public property MD_PROP_USE_FOR_MATCHING Gets or sets a value that indicates whether to use the resource custom field for matching generic resources.
Public property MOD_DATE Gets or sets the date and time that the custom field was most recently modified.
Public property RowError (Inherited from DataRow.)
Public property RowState (Inherited from DataRow.)
Public property Table (Inherited from DataRow.)
Top
Show: