DateTimeAttributeMetadata.FormulaDefinition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.