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