IPlaybackContext.ActionName Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the action name.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
ReadOnly Property ActionName As String
    Get
'Usage
Dim instance As IPlaybackContext
Dim value As String

value = instance.ActionName
string ActionName { get; }
property String^ ActionName {
    String^ get ();
}
function get ActionName () : String
abstract ActionName : string

Property Value

Type: System.String
The name of the action.

.NET Framework Security

See Also

Reference

IPlaybackContext Interface

IPlaybackContext Members

Microsoft.VisualStudio.TestTools.UITesting Namespace