Class DescriptionAttribute
Used to define the description on an event handler class.
Implements
Inherited Members
Namespace: Attachmate.Verastream.HostIntegrator.ScriptAPI
Assembly: Attachmate.Verastream.HostIntegrator.ScriptAPI.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class DescriptionAttribute : Attribute, _Attribute
Remarks
Add a [Description(string)]
clause to
your class to set a custom description, where string
is
replaced by your description.
Constructors
DescriptionAttribute(string)
Constructor
Declaration
public DescriptionAttribute(string description)
Parameters
Type | Name | Description |
---|---|---|
string | description | A description for this event handler class. |
Properties
Description
Gets the specified description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string |