IWPFPasswordEditwText Property |
Contents of the edit control, as text string.
Namespace:
SmartBear.TestLeft.TestObjects.WPF
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 IWPFPasswordEdit
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