Gets the typed value of a property of the result.
            
 
    Namespace: 
   Cassandra.DataStax.Graph
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.13.0
SyntaxT 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: 
T
Exceptions| Exception | Condition | 
|---|
| NotSupportedException | 
            Throws NotSupportedException when the target type is not supported
             | 
See Also