UITestAction.ActionLogEntry Property
Gets or sets the action log entry for the action.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
public UITestActionLogEntry ActionLogEntry {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
property UITestActionLogEntry^ ActionLogEntry {
[CompilerGeneratedAttribute]
UITestActionLogEntry^ get();
[CompilerGeneratedAttribute]
void set(UITestActionLogEntry^ value);
}
member ActionLogEntry : UITestActionLogEntry with get, set
Public Property ActionLogEntry As UITestActionLogEntry
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.UITestActionLogEntry
See Also
UITestAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top