ParentSequenceItems Property
The ordinal position (starting from 1) of the child dataset items of each sequence between the
top level dataset and the target attribute
public System.Collections.Generic.List<int> ParentSequenceItems {get;}
public read-only property ParentSequenceItems: System.Collections.Generic.List;
public function get ParentSequenceItems : System.Collections.Generic.List
public: __property System.Collections.Generic.List<int>* get_ParentSequenceItems();
public:
property System.Collections.Generic.List<int>^ ParentSequenceItems {
System.Collections.Generic.List<int>^ get();
}
'Declaration
Public ReadOnly Property ParentSequenceItems As System.Collections.Generic.List(Of Integer)
'Usage
Dim instance As SequencePath
Dim value As System.Collections.Generic.List(Of Integer)
value = instance.ParentSequenceItems
Target Platforms: .NET CLR 4.8 or higher