Gets the typed value of a property of the result.
            
 
    Namespace: 
   Dse.Graph
    Assembly:
   Dse (in Dse.dll) Version: 2.9.0
Syntaxpublic T Get<T>(
	string propertyName
)
Parameters
- propertyName
 - Type: SystemString
Name of the property. 
Type Parameters
- T
 - Type of the property. Use dynamic for object trees.
 
Return Value
Type: 
TImplements
IGraphNodeGetT(String)
Exceptions| Exception | Condition | 
|---|
| NotSupportedException | 
            Throws NotSupportedException when the target type is not supported
             | 
See Also