Version

Property Property (ControlCalculationSettings)

Identifies the property of the control that will provide the source value for calculations when a formula references this control. If the control is a target of a formula, this property will be set to the result of the formula calculation.
Syntax
'Declaration
 
Public Property Property As String
public string Property {get; set;}
Remarks

If the underlying control is a source of value for formula calculations, this property will be used to retrieve the value of the control. If there's a formula associated with this control, the formula calculation result will be set on this property of the control.

Note that Binding and Property properties are mutually exclusive. You need to specify only one.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also