'Declaration
<NotNullAttribute()> Property Elements As UABrowsePathElementCollection
'Usage
Dim instance As _UABrowsePath Dim value As UABrowsePathElementCollection instance.Elements = value value = instance.Elements
[NotNull()] UABrowsePathElementCollection Elements {get; set;}
[NotNull()] 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).