EnumValueAttribute Class (original) (raw)

Summary

Specifies a value to be associated with an enumeration.

Syntax

[AttributeUsageAttribute(System.AttributeTargets)] public class EnumValueAttribute : Attribute

[AttributeUsageAttribute(ValidOn=AttributeTargets.Field, AllowMultiple=false, Inherited=true)] public ref class EnumValueAttribute : public System.Attribute, System.Runtime.InteropServices._Attribute

Remarks

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.

Leadtools.Dicom.Common Assembly