C# VB.NET: How to make a jagged string array a public property -


What I have to do is:

  Public Property Tabs Collection () Return the string () () () () Return the _tabsCollection End Get Set (ByVal value) () as the string () ()) _tabsCollection = value End Set End Property   

But the errors saying this: the end of the statement is expected.

tabs collection () ()

< /p> _tabsCollection = value end set end property

Comments