OutlineCodeDefinition

OutlineCodeDefinition class

Represents an outline code definition.

The OutlineCodeDefinition type exposes the following members:

Constructors

NameDescription
OutlineCodeDefinition()Initializes a new instance of the

Properties

NameDescription
guidGets or sets the Guid of an outline code.
field_idGets or sets the field number of an outline code.
field_nameGets or sets the name of a custom outline code.
aliasGets or sets the alias of a custom outline code.
phonetic_aliasGets or sets the phonetic pronunciation of the alias of the custom outline code.
valuesGets OutlineValueCollection object.
The values of the table associated with this outline code.
enterpriseGets or sets a value indicating whether a custom outline code is an enterprise custom outline code.
enterprise_outline_code_aliasGets or sets a reference to another custom field for which this outline code definition is an alias.
resource_substitution_enabledGets or sets a value indicating whether the custom outline code can be used
by the Resource Substitution Wizard in Microsoft Project.
leaf_onlyGets or sets a value indicating whether the values specified in this outline code field must be leaf values.
all_levels_requiredGets or sets a value indicating whether the new codes must have all levels.
Not available for Enterprise Codes.
only_table_values_allowedGets or sets a value indicating whether the values specified must come from values table.
masksGets the OutlineMaskCollection object.
The table of entries that define the outline code mask.
Read-only
show_indentGets or sets a value indicating whether the indents of this outline code must be shown.

See Also