EnumStringAttribute Class

Definition

Represents the custom attribute for fields in a generated enum.

[System.AttributeUsage(System.AttributeTargets.Field, AllowMultiple=false, Inherited=false)]
public sealed class EnumStringAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Field, AllowMultiple=false, Inherited=false)>]
type EnumStringAttribute = class
    inherit Attribute
Public NotInheritable Class EnumStringAttribute
Inherits Attribute
Inheritance
EnumStringAttribute
Attributes

Constructors

EnumStringAttribute(String)

Initializes a new instance of the EnumStringAttribute class using the supplied text string.

Properties

Value

Gets the text string in the custom attribute.

Applies to