IBootstrapCarouselwItem Property |
Returns the text of the item 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 IReadOnlyEnumCollection<string> wItem { get; }
ReadOnly Property wItem As IReadOnlyEnumCollection(Of String)
Get
Dim instance As IBootstrapCarousel
Dim value As IReadOnlyEnumCollection(Of String)
value = instance.wItem
property IReadOnlyEnumCollection<String^>^ wItem {
IReadOnlyEnumCollection<String^>^ get ();
}
Property Value
Type:
IReadOnlyEnumCollectionStringExceptions See Also