'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> ReadOnly Property BrowseNames As StringCollection
'Usage
Dim instance As _BrowsePath Dim value As StringCollection value = instance.BrowseNames
[ElementsNotNull()] [NotNull()] StringCollection BrowseNames {get;}
[ElementsNotNull()] [NotNull()] property StringCollection^ BrowseNames { StringCollection^ get(); }