Click or drag to resize

DatabasePropertyCollection.GetValue Method (String)

X#
Get the value for a property

Namespace:  XSharp.RDD
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 METHOD GetValue(
	cProp AS STRING
) AS Object
Request Example View Source

Parameters

cProp
Type: String
Property name to look for.

Return Value

Type: Object
The value from the collection or an empty value of the right type.
See Also