Url Property CollectionAdd(String) Method
Add a UrlProperty to the collection and assign it the specified URL
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 UrlProperty Add(
string url
)VB
Public Function Add (
url As String
) As UrlPropertyC++
public:
UrlProperty^ Add(
String^ url
)F#
member Add :
url : string -> UrlProperty Parameters
- url String
- The URL to assign to the new property
Return Value
UrlPropertyReturns the new property that was created and added to the collection