IVertexGetProperty Method |
Gets the first property of this element that has the given name, or null if the property
does not exist.
If more than one property of this element has the given name, it will return one of them
(unspecified order).
Namespace: Dse.GraphAssembly: Dse (in Dse.dll) Version: 2.3.0
Syntax IVertexProperty GetProperty(
string name
)
Parameters
- name
- Type: SystemString
Return Value
Type:
IVertexPropertySee Also