'DeclarationPublic Property Elements As UABrowsePathElementCollection
'UsageDim 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); }