IAnalyticsVersionInfo

Namespace: XPlat.Device.Profile

Provides version information about the device family.

public interface IAnalyticsVersionInfo

Supported platforms

Properties

DeviceFamily

Gets a string that represents the type of device the application is running on.

string DeviceFamily { get; }

DeviceFamilyVersion

Gets the version within the device family.

string DeviceFamilyVersion { get; }

Last updated