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

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

Property Value

Type: System.String

The full path name.

Remarks

Setting this property raises the PropertyChanged event.

See Also

PropertyChanged
LaunchApplicationAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top