'Declaration
Public Property Elements As UABrowsePathElementCollection
'Usage
Dim instance As UABrowsePath Dim value As UABrowsePathElementCollection instance.Elements = value value = instance.Elements
public UABrowsePathElementCollection Elements {get; set;}
public: property UABrowsePathElementCollection^ Elements { UABrowsePathElementCollection^ get(); void set ( UABrowsePathElementCollection^ value); }