UrlPropertyCollectionAdd(String) Method
Add a
UrlProperty to the collection and assign it the specified URL
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public UrlProperty Add(
string url
)
Public Function Add (
url As String
) As UrlProperty
public:
UrlProperty^ Add(
String^ url
)
member Add :
url : string -> UrlProperty
- url String
- The URL to assign to the new property
UrlPropertyReturns the new property that was created and added to the collection