UrlPropertyCollection(IList<UrlProperty>) Constructor
Construct the collection using a list of
UrlProperty objects
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
public UrlPropertyCollection(
IList<UrlProperty> urls
)
Public Sub New (
urls As IList(Of UrlProperty)
)
public:
UrlPropertyCollection(
IList<UrlProperty^>^ urls
)
new :
urls : IList<UrlProperty> -> UrlPropertyCollection
Parameters
- urls IList<UrlProperty>
- The IList<T> of URLs to add