Description
This property specifies the name of a Windows Store application as it is visible to users in the operating system.
Declaration
Process.AppDomain
Read-Only Property | String |
Process | An expression, variable or parameter that specifies a reference to a Process object that corresponds to a Windows Store application |
Applies To
The property is applied to the following object:
Property Value
A string that specifies the display name of the process to which ProcessObj corresponds.
Remarks
The Process.FriendlyName
property is available for the process
objects that correspond to Windows Store processes.
See Also
Testing Windows Store Applications - Overview
Addressing Objects in Windows Store Applications