Click or drag to resize

YamlPropertyAttribute Constructor

Initializes a new instance of YamlPropertyAttribute

Namespace:  Cauldron.Yaml
Assembly:  Cauldron.Yaml (in Cauldron.Yaml.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public YamlPropertyAttribute(
	string name
)

Parameters

name
Type: SystemString
Name of the property.
See Also