'Declaration
Public ReadOnly Property BrowseNames As StringCollection
'Usage
Dim instance As BrowsePath Dim value As StringCollection value = instance.BrowseNames
public StringCollection BrowseNames {get;}
public: property StringCollection^ BrowseNames { StringCollection^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The individual elements of the property value cannot be null
(Nothing
in Visual Basic).