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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.