TimersDescriptionAttribute::Description Property

 

Gets the description that visual designers can display when referencing an event, extender, or property.

Namespace:   System.Timers
Assembly:  System (in System.dll)

public:
property String^ Description {
	virtual String^ get() override;
}

Property Value

Type: System::String^

The description for the event, extender, or property.

For more information about using attributes, see Extending Metadata Using Attributes.

.NET Framework
Available since 1.1
Return to top
Show: