Note Property CollectionAdd(String) Method
Add a NoteProperty to the collection and assign it the specified value
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Returns the new property that was created and added to the collection
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public NoteProperty Add(
string note
)VB
Public Function Add (
note As String
) As NotePropertyC++
public:
NoteProperty^ Add(
String^ note
)F#
member Add :
note : string -> NoteProperty Parameters
- note String
- The note value to assign to the new property
Return Value
NotePropertyReturns the new property that was created and added to the collection