IWinSysLinkItemUrl Property |
Returns the string that contains the URL represented by the link.
Namespace:
SmartBear.TestLeft.TestObjects.Win
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax Property Url As String
Get
Set
Dim instance As IWinSysLinkItem
Dim value As String
value = instance.Url
instance.Url = value
property String^ Url {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringExceptions See Also