Share via


UITestActionLogEntry.Value Property

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

'Declaration
Public Property Value As Entry
public Entry Value { get; set; }
public:
property Entry^ Value {
    Entry^ get ();
    void set (Entry^ value);
}
member Value : Entry with get, set
function get Value () : Entry 
function set Value (value : Entry)

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.Extension.Entry
Returns Entry.

.NET Framework Security

See Also

Reference

UITestActionLogEntry Class

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace