TelemetryContext.Device 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 the object describing the device tracked by this TelemetryContext.
public:
property Microsoft::VisualStudio::ApplicationInsights::Extensibility::Implementation::DeviceContext ^ Device { Microsoft::VisualStudio::ApplicationInsights::Extensibility::Implementation::DeviceContext ^ get(); };
public Microsoft.VisualStudio.ApplicationInsights.Extensibility.Implementation.DeviceContext Device { get; }
member this.Device : Microsoft.VisualStudio.ApplicationInsights.Extensibility.Implementation.DeviceContext
Public ReadOnly Property Device As DeviceContext