IWinSysLinkwText Property |
Specifies the content of the SysLink control as a text string.
Namespace:
SmartBear.TestLeft.TestObjects.Win
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax string wText { get; set; }
Property wText As String
Get
Set
Dim instance As IWinSysLink
Dim value As String
value = instance.wText
instance.wText = value
property String^ wText {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringExceptions See Also