Share via


ActualValue Property

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

Gets or sets the actual property value that caused this exception.

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

Syntax

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

value = instance.ActualValue

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

Property Value

Type: System..::.Decimal
The actual property value.

Remarks

Stores the actual property value. Use this property to retrieve the invalid argument that caused this exception.

Permissions

See Also

Reference

MinimumValueValidationException Class

MinimumValueValidationException Members

Microsoft.CommerceServer Namespace