Version

Value Property (NamedReference)

Specifies the value of the named reference. If Formula is set, this will return the result of the formula calculation.
Syntax
'Declaration
 
Public Property Value As Object
public object Value {get; set;}
Remarks

Value property specifies the value of the named reference. When this reference is referred in formulas of other objects, this value will be used in those formula calculations. Note that this property cannot be specified if Formula property is specified. If Formula property is set, this property will return the result of the formula calculation. Furthermore attempting to set this property when Formula property is set will result in an exception.

Note: When Formula is set, it may get calculated asynchronously by the XamCalculationManager and therefore the result of the formula calculation may not be available right away.

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