AgentPropertyCollectionAdd(VCard) Method
Add an
AgentProperty to the collection and assign it the specified vCard
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public AgentProperty Add(
VCard vCard
)
Public Function Add (
vCard As VCard
) As AgentProperty
public:
AgentProperty^ Add(
VCard^ vCard
)
member Add :
vCard : VCard -> AgentProperty
- vCard VCard
- The vCard value to assign to the new property
AgentPropertyReturns the new property that was created and added to the collection