YamlDotNet - A .NET library for parsing and emitting YAML
Value Property
NamespacesYamlDotNet.RepresentationModelYamlScalarNodeValue

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

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

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