TelemetryEvent.IsOptOutFriendly Property

Definition

Gets or sets a value indicating whether event is friendly for the optOut session. By default it is false. If it is OptOut friendly it passes through with the event specific properties only. This behaviour can be changed by manifest rules.

public:
 property bool IsOptOutFriendly { bool get(); void set(bool value); };
public bool IsOptOutFriendly { get; set; }
member this.IsOptOutFriendly : bool with get, set
Public Property IsOptOutFriendly As Boolean

Property Value

Applies to