C#
VB
C++
Specifies a value to be associated with an enumeration.
[AttributeUsageAttribute(System.AttributeTargets)]
public class EnumValueAttribute : Attribute
<AttributeUsageAttribute(ValidOn=AttributeTargets.Field,
AllowMultiple=False,
Inherited=True)>
Public Class EnumValueAttribute
Inherits System.Attribute
Implements System.Runtime.InteropServices._Attribute
[AttributeUsageAttribute(ValidOn=AttributeTargets.Field,
AllowMultiple=false,
Inherited=true)]
public ref class EnumValueAttribute : public System.Attribute, System.Runtime.InteropServices._Attribute
If an enumeration value has the EnumValueAttribute, then the value in the attribute will be used to insert data into the dataset. The actual enumeration field value will be ignored.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET