Table of Contents

Property this

Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll

this[string]

Gets the value that has the specified key in Properties.

object this[string key] { get; }

Parameters

key string

The key.

Property Value

object

The value specified by the given key in Properties.