Note Property Collection(IListNote Property) Constructor
Construct the collection using a list of NoteProperty objects
Definition
Namespace: EWSoftware.PDI.Properties
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 NotePropertyCollection(
IList<NoteProperty> notes
)VB
Public Sub New (
notes As IList(Of NoteProperty)
)C++
public:
NotePropertyCollection(
IList<NoteProperty^>^ notes
)F#
new :
notes : IList<NoteProperty> -> NotePropertyCollectionParameters
- notes IListNoteProperty
- The IListT of notes to add