UrlPropertyCollection(IListUrlProperty) Constructor
Construct the collection using a list of
UrlProperty objects
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.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 IListUrlProperty
- The IListT of URLs to add