RemoteSystem.Platform 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 a value describing the OS platform that this remote system is running.
public:
property RemoteSystemPlatform Platform { RemoteSystemPlatform get(); };
RemoteSystemPlatform Platform();
public RemoteSystemPlatform Platform { get; }
var remoteSystemPlatform = remoteSystem.platform;
Public ReadOnly Property Platform As RemoteSystemPlatform
Property Value
A RemoteSystemPlatform value for the corresponding remote system.
Windows requirements
Device family |
Windows 10, version 1803 (introduced in 10.0.17134.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v6.0)
|
Remarks
Applications that integrate Remote Systems APIs across multiple platforms should deliver user experiences tailored to each platform. For example: sending all connected systems a link to an app on the Microsoft Store, versus the Google Play Store or Apple's App Store.