EnumTypeName Property

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

Gets or sets the name of the enumeration the user is trying to cast to.

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

Syntax

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

value = instance.EnumTypeName

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

Property Value

Type: System..::.String
The name of the enumeration that caused the exception.

Remarks

Contains the name of the enumeration that cannot convert the ActualValue.

Permissions

See Also

Reference

EnumeratedValueValidationException Class

EnumeratedValueValidationException Members

Microsoft.CommerceServer.Marketing Namespace