OutlineCodeDefinition
Contents
[
Hide
]OutlineCodeDefinition class
Represents an outline code definition.
Constructors
| Name | Description |
|---|---|
| OutlineCodeDefinition | Initializes a new instance of the OutlineCodeDefinition class. |
Methods
| Name | Description |
|---|---|
| get_Alias | Gets the alias of a custom outline code. |
| get_AllLevelsRequired | Gets a value indicating whether the new codes must have all levels. Not available for Enterprise Codes. |
| get_Enterprise | Gets a value indicating whether a custom outline code is an enterprise custom outline code. |
| get_EnterpriseOutlineCodeAlias | Gets a reference to another custom field for which this outline code definition is an alias. |
| get_FieldId | Gets the field number of an outline code. |
| get_FieldName | Gets the name of a custom outline code. |
| get_Guid | Gets the Guid of an outline code. |
| get_LeafOnly | Gets a value indicating whether the values specified in this outline code field must be leaf values. |
| get_Masks | Gets the OutlineMaskCollection object. The table of entries that define the outline code mask. Read-only OutlineMaskCollection instance. |
| get_OnlyTableValuesAllowed | Gets a value indicating whether the values specified must come from values table. |
| get_PhoneticAlias | Gets the phonetic pronunciation of the alias of the custom outline code. |
| get_ResourceSubstitutionEnabled | Gets a value indicating whether the custom outline code can be used by the Resource Substitution Wizard in Microsoft Project . |
| get_ShowIndent | Gets a value indicating whether the indents of this outline code must be shown. |
| get_Values | Gets OutlineValueCollection object. The values of the table associated with this outline code. |
| set_Alias | Sets the alias of a custom outline code. |
| set_AllLevelsRequired | Sets a value indicating whether the new codes must have all levels. Not available for Enterprise Codes. |
| set_Enterprise | Sets a value indicating whether a custom outline code is an enterprise custom outline code. |
| set_EnterpriseOutlineCodeAlias | Sets a reference to another custom field for which this outline code definition is an alias. |
| set_FieldId | Sets the field number of an outline code. |
| set_FieldName | Sets the name of a custom outline code. |
| set_Guid | Sets the Guid of an outline code. |
| set_LeafOnly | Sets a value indicating whether the values specified in this outline code field must be leaf values. |
| set_OnlyTableValuesAllowed | Sets a value indicating whether the values specified must come from values table. |
| set_PhoneticAlias | Sets the phonetic pronunciation of the alias of the custom outline code. |
| set_ResourceSubstitutionEnabled | Sets a value indicating whether the custom outline code can be used by the Resource Substitution Wizard in Microsoft Project . |
| set_ShowIndent | Sets a value indicating whether the indents of this outline code must be shown. |