Click or drag to resize
VertexGetProperties Method (String)
Gets the properties of this element that has the given name.

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

Parameters

name
Type: SystemString
The name of the property

Return Value

Type: IEnumerableIVertexProperty

Implements

IVertexGetProperties(String)
See Also