DatabasePropertyCollection.GetValue Method (String) | |
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
public Object GetValue(
string cProp
)
Request Example
View SourceParameters
- cProp
- Type: String
Property name to look for.
Return Value
Type:
ObjectThe value from the collection or an empty value of the right type.
See Also