TelemetryEvent.IsOptOutFriendly Property
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.
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