IntegerAttributeMetadata.MinValue Property

Definition

Gets or sets the minimum value for the attribute.

public:
 property Nullable<int> MinValue { Nullable<int> get(); void set(Nullable<int> value); };
[System.Runtime.Serialization.DataMember]
public int? MinValue { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.MinValue : Nullable<int> with get, set
Public Property MinValue As Nullable(Of Integer)

Property Value

The minimum value for the attribute.

Attributes

Remarks

If this property is not assigned a value, it defaults to-2147483648

Possible values are -2147483648 to 2147483647.

Applies to