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(
	string type
)
Visual Basic
Function GetPropertyValue ( 
	type As String
) As Object
Visual C++
Object^ GetPropertyValue(
	String^ type
)
F#
abstract GetPropertyValue : 
        type : string -> Object 

Parameters

type
Type: System..::..String
The property type as a URI or CURIE

Return Value

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

See Also