Method SetPlatformName
Manually sets the platform nameUsage
Function SetPlatformName(
String PlatformName
)
Parameters
PlatformName
Type: String
Platform Name
Returns
No return value
Example
VBScript
Application("Demo").SetPlatformName "Win10"
JavaScript
Application("Demo").SetPlatformName("Win10");
Comment
Set platform name "Win10"