Share via


DiagnosticsTelemetryModule.ExcludedHeartbeatProperties Property

Definition

Gets a list of property names that are not to be sent with the heartbeats. null/empty list means allow all default properties through.

<remarks> Default properties supplied by the Application Insights SDK: baseSdkTargetFramework, osType, processSessionId </remarks>
public System.Collections.Generic.IList<string> ExcludedHeartbeatProperties { get; }
member this.ExcludedHeartbeatProperties : System.Collections.Generic.IList<string>
Public ReadOnly Property ExcludedHeartbeatProperties As IList(Of String)

Property Value

Implements

Applies to