Click or drag to resize
IVertex.GetProperties Method (String)
Gets the properties of this element that has the given name or an empty iterator if not found.

Namespace: Dse.Graph
Assembly: Dse (in Dse.dll) Version: 2.2.0
Syntax
C#
IEnumerable<IVertexProperty> GetProperties(
	string name
)

Parameters

name
Type: System.String

Return Value

Type: IEnumerable<IVertexProperty>
See Also