WinRow.Value Property
Gets the value in this table row.
Namespace: Microsoft.VisualStudio.TestTools.UITesting.WinControls
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Value As String
public virtual string Value { get; }
public:
virtual property String^ Value {
String^ get ();
}
abstract Value : string with get
override Value : string with get
function get Value () : String
Property Value
Type: String
The value in this table row.
.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.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting.WinControls Namespace