Class DescriptionAttribute
Sets a long description for this element.
Implements
Inherited Members
Namespace: TheXDS.MCART.Attributes
Assembly: MCART.dll
Syntax
[AttributeUsage(AttributeTargets.All)]
[Serializable]
public sealed class DescriptionAttribute : TextAttribute, IValueAttribute<string>
Constructors
| Edit this page View SourceDescriptionAttribute(string)
Sets a long description for this element.
Declaration
public DescriptionAttribute(string description)
Parameters
Type | Name | Description |
---|---|---|
string | description | Value of the attribute. |