ActualValue Property

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

Gets or sets the actual integer value that the user is trying convert from.

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

Syntax

'Declaration
Public Property ActualValue As String
'Usage
Dim instance As EnumeratedValueValidationException
Dim value As String

value = instance.ActualValue

instance.ActualValue = value
public string ActualValue { get; set; }
public:
property String^ ActualValue {
    String^ get ();
    void set (String^ value);
}
public function get ActualValue () : String
public function set ActualValue (value : String)

Property Value

Type: System..::.String
The actual value passed that caused the exception.

Remarks

Contains the actual integer value that the user is trying convert from. This is the value that cannot be converted to the EnumTypeName enumeration.

Permissions

See Also

Reference

EnumeratedValueValidationException Class

EnumeratedValueValidationException Members

Microsoft.CommerceServer.Marketing Namespace