'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> Public Property PathElements As IReadOnlyList(Of String)
'Usage
Dim instance As UANamedNodePath Dim value As IReadOnlyList(Of String) instance.PathElements = value value = instance.PathElements
[ElementsNotNull()] [NotNull()] public IReadOnlyList<string> PathElements {get; set;}
[ElementsNotNull()] [NotNull()] public: property IReadOnlyList<String^>^ PathElements { IReadOnlyList<String^>^ get(); void set ( IReadOnlyList<String^>^ value); }