TelemetryAttribute Class

Definition

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

Applies to