MoneyAttributeMetadata.FormulaDefinition Property

 

Applies To: Dynamics CRM 2015

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

Namespace:   Microsoft.Xrm.Sdk.Metadata
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

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

Property Value

Type: System.String

Type: String
The formula definition for calculated and rollup attributes.

Remarks

If you want to edit the value of this property, you have to use the formula editor in the application. More information: Customization Guide: Define Calculated Fields and Customization Guide: Define Rollup Fields.

See Also

MoneyAttributeMetadata Class
Microsoft.Xrm.Sdk.Metadata Namespace
Calculated and rollup attributes

Return to top

© 2016 Microsoft. All rights reserved. Copyright