IVertexGetProperties 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.9.0
SyntaxIEnumerable<IVertexProperty> GetProperties(
	string name
)
Parameters
- name
 - Type: SystemString
 
Return Value
Type: 
IEnumerableIVertexProperty
See Also