'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); }
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).