DataCollectorTypeUriAttribute 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.
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. |