During runtime, gets the current value of the data provided by the DataSource property.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public Object GetValueOfPrimaryDataSource()
Visual Basic
Public Function GetValueOfPrimaryDataSource As Object
JScript
public function GetValueOfPrimaryDataSource() : Object

Return Value

The current data value. In configuration mode, this method returns null.

See Also