Partajați prin


MinValue Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets or sets the minimum value allowed for the property.

Namespace:  Microsoft.CommerceServer
Assembly:  Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)

Syntax

'Declaration
Public Property MinValue As Decimal
'Usage
Dim instance As MinimumValueValidationException
Dim value As Decimal

value = instance.MinValue

instance.MinValue = value
public decimal MinValue { get; set; }
public:
property Decimal MinValue {
    Decimal get ();
    void set (Decimal value);
}
public function get MinValue () : decimal
public function set MinValue (value : decimal)

Property Value

Type: System..::.Decimal
The minimum value allowed for the property.

Remarks

Stores the minimum value allowed for the property.

Permissions

See Also

Reference

MinimumValueValidationException Class

MinimumValueValidationException Members

Microsoft.CommerceServer Namespace