| YamlPropertyAttribute Constructor |
Namespace:
Cauldron.Yaml
Assembly:
Cauldron.Yaml (in Cauldron.Yaml.dll) Version: 3.2.0.2
Syntax public YamlPropertyAttribute(
string name
)
Public Sub New (
name As String
)
public:
YamlPropertyAttribute(
String^ name
)
Parameters
- name
- Type: SystemString
Name of the property.
See Also