Share via


LaunchApplicationAction.AlternateFileName Property

 

Gets or sets the alternate transformed full path 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 AlternateFileName { get; set; }
public:
property String^ AlternateFileName {
    String^ get();
    void set(String^ value);
}
member AlternateFileName : string with get, set
Public Property AlternateFileName As String

Property Value

Type: System.String

The full path.

Remarks

Setting this property raises the PropertyChanged event.

See Also

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

Return to top