Class DescriptionAttribute
Attribute description added to Enums
Inheritance
System.Object
DescriptionAttribute
Namespace: FpAssistantCore.General
Assembly: FpAssistantCoreScl.dll
Syntax
public class DescriptionAttribute : Attribute
Remarks
Example adds an Description attribute which is named as Text
Examples
[Description(Text = "kt")]
Properties
View SourceText
Access to the Description Attribute
Declaration
public virtual string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | Value of the Text value assigned |