Retrieves the values of all properties 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#
IEnumerable<Object> GetPropertyValues(
	string type
)
Visual Basic
Function GetPropertyValues ( 
	type As String
) As IEnumerable(Of Object)
Visual C++
IEnumerable<Object^>^ GetPropertyValues(
	String^ type
)
F#
abstract GetPropertyValues : 
        type : string -> IEnumerable<Object> 

Parameters

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

Return Value

Type: IEnumerable<(Of <(<'Object>)>)>
An enumeration of the values of all properties of the specified type.

See Also