Attendee Property CollectionAdd(String, String) Method
Add an AttendeeProperty to the collection and assign it the specified value and common
name.
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 AttendeeProperty Add(
string attendee,
string commonName
)VB
Public Function Add (
attendee As String,
commonName As String
) As AttendeePropertyC++
public:
AttendeeProperty^ Add(
String^ attendee,
String^ commonName
)F#
member Add :
attendee : string *
commonName : string -> AttendeeProperty Parameters
- attendee String
- The value to assign to the new property
- commonName String
- The common name value to assign to the new property
Return Value
AttendeePropertyReturns the new property that was created and added to the collection