VNoteParserVNotes Property
This is used to get the collection of vNotes parsed from the PDI data stream
Namespace: EWSoftware.PDI.ParserAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public VNoteCollection VNotes { get; }
Public ReadOnly Property VNotes As VNoteCollection
Get
public:
property VNoteCollection^ VNotes {
VNoteCollection^ get ();
}
member VNotes : VNoteCollection with get
Property Value
VNoteCollection 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.