Class PropertyAttribute
Use this attribute to have a property generated for the member.
Namespace: Unity.Properties
Syntax
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
public class PropertyAttribute : Attribute, _Attribute
Remarks
By default public fields will have properties generated.