'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> Property Elements As UABrowsePathElementCollection
'Usage
Dim instance As _UABrowsePath Dim value As UABrowsePathElementCollection instance.Elements = value value = instance.Elements
[ElementsNotNull()] [NotNull()] UABrowsePathElementCollection Elements {get; set;}
[ElementsNotNull()] [NotNull()] property UABrowsePathElementCollection^ Elements { UABrowsePathElementCollection^ get(); void set ( UABrowsePathElementCollection^ value); }