NotePropertyCollectionAdd(String) Method
Add a
NoteProperty to the collection and assign it the specified value
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public NoteProperty Add(
string note
)
Public Function Add (
note As String
) As NoteProperty
public:
NoteProperty^ Add(
String^ note
)
member Add :
note : string -> NoteProperty
- note String
- The note value to assign to the new property
NotePropertyReturns the new property that was created and added to the collection