TelemetryIdentifier 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.
A telemetry identifier consisting of prefix and name used for events and properties.
public ref class TelemetryIdentifier
public class TelemetryIdentifier
type TelemetryIdentifier = class
Public Class TelemetryIdentifier
- Inheritance
-
TelemetryIdentifier
- Derived
Constructors
TelemetryIdentifier(String, String) |
Creates a new telemetry identifier. |
Properties
Value |
The string value of the telemetry identifier consisting of prefix and name. |
Methods
ToString() |
The Value of the telemetry identifier. |