EnumStringAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |