Client Pid Map Property CollectionAdd(Int 32, String) Method
Add a ClientPidMapProperty to the collection and assign it the specified values
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 ClientPidMapProperty Add(
int id,
string uri
)VB
Public Function Add (
id As Integer,
uri As String
) As ClientPidMapPropertyC++
public:
ClientPidMapProperty^ Add(
int id,
String^ uri
)F#
member Add :
id : int *
uri : string -> ClientPidMapProperty Parameters
Return Value
ClientPidMapPropertyReturns the new property that was created and added to the collection