Share via


LaunchApplicationAction.FileName Property

Gets or sets the full path name of the executable file.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

'Declaration
Public Property FileName As String
public string FileName { get; set; }
public:
property String^ FileName {
    String^ get ();
    void set (String^ value);
}
member FileName : string with get, set
function get FileName () : String 
function set FileName (value : String)

Property Value

Type: String
The full path name.

Remarks

Setting this property raises the PropertyChanged event.

.NET Framework Security

See Also

Reference

LaunchApplicationAction Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

PropertyChanged