ISettingsManagerHost.TelemetrySettings 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.
Caution
Use ISettingsManagerHost2.GetTelemetrySettingsAsync instead.
Gets the serialized telemetry settings from the host, obtained via ITelemetrySession.SerializeSettings. This may be null if the host has no telemetry session.
public:
property System::String ^ TelemetrySettings { System::String ^ get(); };
public:
property Platform::String ^ TelemetrySettings { Platform::String ^ get(); };
public string TelemetrySettings { get; }
[System.Obsolete("Use ISettingsManagerHost2.GetTelemetrySettingsAsync instead.")]
public string TelemetrySettings { get; }
member this.TelemetrySettings : string
[<System.Obsolete("Use ISettingsManagerHost2.GetTelemetrySettingsAsync instead.")>]
member this.TelemetrySettings : string
Public ReadOnly Property TelemetrySettings As String
Property Value
- Attributes