Class AWSPropertyAttribute
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false)]
public sealed class AWSPropertyAttribute : Attribute
- Inheritance
-
AWSPropertyAttribute
- Inherited Members
Constructors
AWSPropertyAttribute()
public AWSPropertyAttribute()
Properties
IsMaxSet
public bool IsMaxSet { get; }
Property Value
IsMinSet
public bool IsMinSet { get; }
Property Value
Max
public long Max { get; set; }
Property Value
Min
public long Min { get; set; }
Property Value
Required
public bool Required { get; set; }
Property Value
Sensitive
public bool Sensitive { get; set; }