Table of Contents

Property DefaultValue

Namespace
Neo4j.Driver.Mapping
Assembly
Neo4j.Driver.dll

DefaultValue

Gets or sets the default value to be used if the source value is missing and the mapping is optional.

public object DefaultValue { get; set; }

Property Value

object