Retrieves the value of the property of this data object with the specified property type

Namespace: BrightstarDB.Client
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
Object GetPropertyValue(
	IDataObject type
)
Visual Basic
Function GetPropertyValue ( 
	type As IDataObject
) As Object
Visual C++
Object^ GetPropertyValue(
	IDataObject^ type
)
F#
abstract GetPropertyValue : 
        type : IDataObject -> Object 

Parameters

type
Type: BrightstarDB.Client..::..IDataObject
The property type

Return Value

Type: Object
The value of the first property of the specified type or null if no match was found

See Also