[This is preliminary documentation and is subject to change.]

Gets the value of the parameter

Namespace:  OfficeClip.DBLayer
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public Object GetParameterValue(
	string parameter
)
Visual Basic (Declaration)
Public Function GetParameterValue ( _
	parameter As String _
) As Object
Visual C++
public:
Object^ GetParameterValue(
	String^ parameter
)

Parameters

parameter
Type: System..::.String
The name of the parameter

Return Value

The value of the parameter as returned as an object. This value should be typecasted appropriately.

See Also