IMSAAObjectValue Property |
Gets or sets the control’s value.
Namespace:
SmartBear.TestLeft.TestObjects.MSAA
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax string Value { get; set; }
Property Value As String
Get
Set
Dim instance As IMSAAObject
Dim value As String
value = instance.Value
instance.Value = value
property String^ Value {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringExceptions See Also