| IImmersiveProcessFriendlyName Property  | 
 
            Returns the name of the process as it is visible to users in the operating system.
            
 
    Namespace: 
   SmartBear.TestLeft.TestObjects
    Assembly:
   SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
 Syntax
Syntaxstring FriendlyName { get; }ReadOnly Property FriendlyName As String
	Get
Dim instance As IImmersiveProcess
Dim value As String
value = instance.FriendlyName
property String^ FriendlyName {
	String^ get ();
}Property Value
Type: 
String Exceptions
Exceptions See Also
See Also