Application.CustomFieldGetFormula Method
Project Developer Reference |
Returns the formula associated with a custom field.
Syntax
expression.CustomFieldGetFormula(FieldID)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
FieldID | Required | Long | The custom field. Can be one of the PjCustomField constants. |
Return Value
String
See Also