IntegerAttributeMetadata.MaxValue Property

Definition

Gets or sets the maximum value for the attribute.

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

Property Value

The maximum value for the attribute.

Attributes

Remarks

If this property is not assigned a value, it defaults to2147483647

Possible values are -2147483648 to 2147483647.

Applies to