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