Url Property Collection(IListUrl Property) Constructor
Construct the collection using a list of UrlProperty objects
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public UrlPropertyCollection(
IList<UrlProperty> urls
)VB
Public Sub New (
urls As IList(Of UrlProperty)
)C++
public:
UrlPropertyCollection(
IList<UrlProperty^>^ urls
)F#
new :
urls : IList<UrlProperty> -> UrlPropertyCollectionParameters
- urls IListUrlProperty
- The IListT of URLs to add