DataCollectorDescriptionAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attaches a description to a custom diagnostic data adapter.
public ref class DataCollectorDescriptionAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)]
public sealed class DataCollectorDescriptionAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)>]
type DataCollectorDescriptionAttribute = class
inherit Attribute
Public NotInheritable Class DataCollectorDescriptionAttribute
Inherits Attribute
- Inheritance
-
DataCollectorDescriptionAttribute
- Attributes
Constructors
DataCollectorDescriptionAttribute(String, Boolean) |
Initializes a DataCollectorDescriptionAttribute by using the description of the data collector. |
DataCollectorDescriptionAttribute(String) |
Initializes an instance of the DataCollectorDescriptionAttribute by using the provided description of the diagnostic data adapter. |
Properties
Description |
Gets the description of the diagnostic data adapter. |
IsResourceName |
Indicates whether the string that is provided for the description is a resource name or the actual description for the diagnostic data adapter. |