VNote ParserVNotes Property
This is used to get the collection of vNotes parsed from the PDI data stream
Definition
Namespace: EWSoftware.PDI.Parser
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public VNoteCollection VNotes { get; }VB
Public ReadOnly Property VNotes As VNoteCollection
GetC++
public:
property VNoteCollection^ VNotes {
VNoteCollection^ get ();
}F#
member VNotes : VNoteCollection with getProperty Value
VNoteCollectionRemarks
The vNotes from prior calls to the parsing methods are not cleared automatically. Call
VNotes.Clear() before calling a parsing method if you do not want to retain the vNotes from
prior runs.