RemoteSettingsInitializer.TelemetryNotificationService 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 the ITelemetryNotificationProvider that will be used to subscribe to telemetry events.
public:
property Microsoft::VisualStudio::Telemetry::Notification::ITelemetryNotificationService ^ TelemetryNotificationService { Microsoft::VisualStudio::Telemetry::Notification::ITelemetryNotificationService ^ get(); void set(Microsoft::VisualStudio::Telemetry::Notification::ITelemetryNotificationService ^ value); };
public Microsoft.VisualStudio.Telemetry.Notification.ITelemetryNotificationService TelemetryNotificationService { get; set; }
member this.TelemetryNotificationService : Microsoft.VisualStudio.Telemetry.Notification.ITelemetryNotificationService with get, set
Public Property TelemetryNotificationService As ITelemetryNotificationService