IAngularUICalendarwViewName Property |
Returns the name of the view 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> wViewName { get; }
ReadOnly Property wViewName As IReadOnlyCollection(Of Integer, String)
Get
Dim instance As IAngularUICalendar
Dim value As IReadOnlyCollection(Of Integer, String)
value = instance.wViewName
property IReadOnlyCollection<int, String^>^ wViewName {
IReadOnlyCollection<int, String^>^ get ();
}
Property Value
Type:
IReadOnlyCollectionInt32,
StringExceptions See Also