StringAttributeMetadata.FormulaDefinition Property

Definition

Gets or sets the formula definition for calculated and rollup attributes.

public:
 property System::String ^ FormulaDefinition { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember(Order=70)]
public string FormulaDefinition { get; set; }
[<System.Runtime.Serialization.DataMember(Order=70)>]
member this.FormulaDefinition : string with get, set
Public Property FormulaDefinition As String

Property Value

The formula definition for calculated and rollup attributes.

Attributes

Remarks

To edit this property, you must use the formula editor in the application. More information: Customization Guide: Define Calculated Fields and Customization Guide: Define Rollup Fields.

Applies to