IBootstrapModalwButtonText Property |
Returns the text of the button specified by its index.
Namespace:
SmartBear.TestLeft.TestObjects.Web.Bootstrap
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax IReadOnlyCollection<int, string> wButtonText { get; }
ReadOnly Property wButtonText As IReadOnlyCollection(Of Integer, String)
Get
Dim instance As IBootstrapModal
Dim value As IReadOnlyCollection(Of Integer, String)
value = instance.wButtonText
property IReadOnlyCollection<int, String^>^ wButtonText {
IReadOnlyCollection<int, String^>^ get ();
}
Property Value
Type:
IReadOnlyCollectionInt32,
StringExceptions See Also