Gets the typed value of a property of the result.
Namespace: Dse.GraphAssembly: Dse (in Dse.dll) Version: 1.0.0.0
Syntax public 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:
TSee Also