CustomPropertyCollection Constructor

There are two overloads for the constructor

Overload List

CustomPropertyCollection() Default constructor
CustomPropertyCollection(IList<CustomProperty>) Construct the collection using a list of CustomProperty objects

See Also