ProcessPatternProcessName Property |
The process name for the search (the name of the application's executable without the extension).
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public string ProcessName { get; set; }
Public Property ProcessName As String
Get
Set
Dim instance As ProcessPattern
Dim value As String
value = instance.ProcessName
instance.ProcessName = value
public:
property String^ ProcessName {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also