[]
Gets or sets the expression used to calcualte the field's value.
[C1Category("Data")]
[C1Description("CalculatedField.Expression", "The expression used to calcualte the field's value.")]
public string Expression { get; set; }
<C1Category("Data")>
<C1Description("CalculatedField.Expression", "The expression used to calcualte the field's value.")>
Public Property Expression As String