EnsureRoundtrip Property
Definition
- Namespace
- Codebelt.Extensions.YamlDotNet
- Assemblies
- Codebelt.Extensions.YamlDotNet.dll
EnsureRoundtrip
Gets or sets a value that will force the emission of tags and emit only properties with setters. The default value is false.
public bool EnsureRoundtrip { get; set; }
Property Value
- bool
trueto force the emission of tags and emit only properties with setters; otherwise,false.