Class DontCreatePropertyAttribute
Use this attribute to prevent have a property from being automatically generated on a public field.
Namespace: Unity.Properties
Syntax
[AttributeUsage(AttributeTargets.Field)]
public class DontCreatePropertyAttribute : Attribute, _Attribute