IUpDownEditStringwValue Property |
Returns or sets a control value.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax string wValue { get; set; }
Property wValue As String
Get
Set
Dim instance As IUpDownEditString
Dim value As String
value = instance.wValue
instance.wValue = value
property String^ wValue {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringExceptions See Also