DataCollectorTypeUriAttribute Class

Definition

Uses a URI to uniquely identify the type of a diagnostic data adapter.

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

Constructors

DataCollectorTypeUriAttribute(String)

Creates an instance of the DataCollectorTypeUriAttribute class by using the provided string as the URI for the diagnostic data adapter.

Properties

TypeUri

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

Applies to