MonitoringDescriptionAttribute Constructor (String^)

 

Initializes a new instance of the MonitoringDescriptionAttribute class, using the specified description.

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

public:
MonitoringDescriptionAttribute(
	String^ description
)

Parameters

description
Type: System::String^

The application-defined description text.

The description you specify in the MonitoringDescriptionAttribute constructor is displayed by a visual designer when you access the property, event, or extender to which the attribute applies

.NET Framework
Available since 1.1
Return to top
Show: