UseAliases Property
Definition
- Namespace
- Codebelt.Extensions.YamlDotNet
- Assemblies
- Codebelt.Extensions.YamlDotNet.dll
UseAliases
Gets or sets a value indicating whether to allow use of aliases in the generated YAML. The default value is false.
public bool UseAliases { get; set; }
Property Value
- bool
trueto allow use of aliases in the generated YAML; otherwise,false.