Click or drag to resize

CouchbaseDependencyAttributeTransient Property

Gets or sets if the dependency is transient (i.e. should be created on each request)

Namespace:  Couchbase.Lite.DI
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0713
Syntax
C#
public bool Transient { get; set; }

Property Value

Type: Boolean
See Also