TimersDescriptionAttribute(String) Constructor

Definition

Initializes a new instance of the TimersDescriptionAttribute class.

public:
 TimersDescriptionAttribute(System::String ^ description);
public TimersDescriptionAttribute (string description);
new System.Timers.TimersDescriptionAttribute : string -> System.Timers.TimersDescriptionAttribute
Public Sub New (description As String)

Parameters

description
String

The description to use.

Remarks

For more information about using attributes, see Attributes.

Applies to