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