TelemetryAttribute 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.
Telemetry of the interface
[System.AttributeUsage(System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class TelemetryAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type TelemetryAttribute = class
inherit Attribute
Public Class TelemetryAttribute
Inherits Attribute
- Inheritance
-
TelemetryAttribute
- Attributes
Constructors
TelemetryAttribute(String, String) |
Constructs TelemetryAttribute |
Properties
DisplayName |
Display name of the telemetry |
Name |
Name of the telemetry in the interface |