TranscoderElement Name Property Couchbase .NET SDK 2.1.0 Documentation
Gets or sets the name of the custom ITypeTranscoder

Namespace: Couchbase.Configuration.Client.Providers
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public string Name { get; set; }

Property Value

Type: String
The name.
See Also