'Declaration
<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
[NotNull()] public IReadOnlyList<string> PathElements {get; set;}
[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).