Specifies the serialized TOML property name for a member.
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = false)]
public sealed class TomlPropertyNameAttribute : TomlAttribute
kind:method, kind:property, kind:ctor. Press Esc to clear.TomlPropertyNameAttribute(String)Initializes a new instance of the TomlPropertyNameAttribute class.NameGets the serialized member name.