'Declaration
<JetBrains.Annotations.ItemNotNullAttribute()> <JetBrains.Annotations.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
[JetBrains.Annotations.ItemNotNull()] [JetBrains.Annotations.NotNull()] public IReadOnlyList<string> PathElements {get; set;}
[JetBrains.Annotations.ItemNotNull()] [JetBrains.Annotations.NotNull()] public: property IReadOnlyList<String^>^ PathElements { IReadOnlyList<String^>^ get(); void set ( IReadOnlyList<String^>^ 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).