NotePropertyCollection(IList<NoteProperty>) Constructor
Construct the collection using a list of
NoteProperty objects
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
public NotePropertyCollection(
IList<NoteProperty> notes
)
Public Sub New (
notes As IList(Of NoteProperty)
)
public:
NotePropertyCollection(
IList<NoteProperty^>^ notes
)
new :
notes : IList<NoteProperty> -> NotePropertyCollection
Parameters
- notes IList<NoteProperty>
- The IList<T> of notes to add