YamlDotNet - A .NET library for parsing and emitting YAML
Tag Property
NamespacesYamlDotNet.RepresentationModelYamlNodeTag

[This is preliminary documentation and is subject to change.]

Gets or sets the tag of the node.
Declaration Syntax
C#Visual BasicVisual C++
public string Tag { get; set; }
Public Property Tag As String
	Get
	Set
public:
property String^ Tag {
	String^ get ();
	void set (String^ value);
}
Value
The tag.

Assembly: YamlDotNet.RepresentationModel (Module: YamlDotNet.RepresentationModel) Version: 0.2.4456.17949