Table of Contents

Method Get

Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll

Get<T>(string)

Gets the value that has the specified key in Properties and casts it to the specified type.

T Get<T>(string key)

Parameters

key string

The key.

Returns

T

The value specified by the given key in Properties.

Type Parameters

T

The type to cast the value to.