Version

ValueAsync Property

Returns the result of the summary calculation when it was calculated the last time. It doesn't force the summary to be calculated if it's marked dirty.
Syntax
'Declaration
 
Public ReadOnly Property ValueAsync As Object
public object ValueAsync {get;}
Remarks

The difference between Value and ValueAsync is that the Value property forces the summary to be re-calculated if it has been marked dirty. ValueAsync simply returns the last calculated result.

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