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
- 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.