ClientPidMapPropertyCollectionAdd(Int32, String) Method
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public ClientPidMapProperty Add(
int id,
string uri
)
Public Function Add (
id As Integer,
uri As String
) As ClientPidMapProperty
public:
ClientPidMapProperty^ Add(
int id,
String^ uri
)
member Add :
id : int *
uri : string -> ClientPidMapProperty
- id Int32
- The id value to assign to the new property
- uri String
- The URI for the property ID map
ClientPidMapPropertyReturns the new property that was created and added to the collection