Gets the current value of the property on an object.

Namespace:  C1.Olap
Assembly:  C1.Silverlight.Olap.4 (in C1.Silverlight.Olap.4.dll)

Syntax

C#
public Object GetValue(
	Object obj
)
Visual Basic
Public Function GetValue ( _
	obj As Object _
) As Object

Parameters

obj
Type: System..::..Object
The object for which to retrieve the value.

Return Value

The current value of the property on an object.

See Also