Class DescriptionAttribute
Attribute description added to Enums
Inherited Members
Namespace: FpAssistantCore.General
Assembly: FpAssistantCoreScl.dll
Syntax
[AttributeUsage(AttributeTargets.All)]
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 |
---|---|
string | Value of the Text value assigned |