MoneyAttributeMetadata.MinValue Property

Definition

Gets or sets the minimum value for the attribute.

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

Property Value

The minimum value for the attribute.

Attributes

Remarks

If this property is not assigned a value, it defaults to 0.

Applies to