ClientPidMapPropertyCollectionAdd(Int32, 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: 2023.1.2.0
public ClientPidMapProperty Add(
	int id,
	string uri
)

Parameters

id  Int32
The id value to assign to the new property
uri  String
The URI for the property ID map

Return Value

ClientPidMapProperty
Returns the new property that was created and added to the collection

See Also