ExtendedAttributeDefinitionCreateTaskDefinition Method

Overload List
  NameDescription
Public methodStatic memberCode exampleCreateTaskDefinition(ExtendedAttributeTask, String)
Factory method which creates a simple extended attribute definition, which Microsoft Project shows as "None". It has CalculationType equals to None and can be used in Tasks only. You are required to specify fieldId and alias when calling this method. The field type is inferred from field id.
Public methodStatic memberCode exampleCreateTaskDefinition(CustomFieldType, ExtendedAttributeTask, String)
Factory method which creates a simple extended attribute definition, which Microsoft Project shows as "None". It has CalculationType equals to None and can be used in Tasks only. You are required to specify customFieldType, fieldId and alias when calling this method.
See Also