Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
MinimumValueValidationException Class