Skip to content

TelemetryProperty Class

Definition

Represents a single event property.

C#
public class TelemetryProperty

Inheritance object

Properties

Name

Gets or sets the property name.

C#
public string? Name { get; set; }

Value

Gets or sets the property value.

C#
public object? Value { get; set; }