DataCollectorConfigurationEditorTypeUriAttribute Class

Definition

Identifies a diagnostic data adapter configuration editor in the form of a uniform resource identifier (URI).

public ref class DataCollectorConfigurationEditorTypeUriAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)]
public sealed class DataCollectorConfigurationEditorTypeUriAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)>]
type DataCollectorConfigurationEditorTypeUriAttribute = class
    inherit Attribute
Public NotInheritable Class DataCollectorConfigurationEditorTypeUriAttribute
Inherits Attribute
Inheritance
DataCollectorConfigurationEditorTypeUriAttribute
Attributes

Constructors

DataCollectorConfigurationEditorTypeUriAttribute(String)

Initializes an instance of the DataCollectorConfigurationEditorTypeUriAttribute by using the provided URI for the type of the diagnostic data adapter configuration editor.

Properties

TypeUri

Gets the URI that uniquely identifies the type of the diagnostic data adapter configuration editor.

Applies to