PropertyBag Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PropertyBag() | |
PropertyBag(ArrayList) |
PropertyBag()
public:
PropertyBag();
public PropertyBag ();
Public Sub New ()
Applies to
PropertyBag(ArrayList)
public:
PropertyBag(System::Collections::ArrayList ^ properties);
public PropertyBag (System.Collections.ArrayList properties);
new Microsoft.BizTalk.PipelineOM.PropertyBag : System.Collections.ArrayList -> Microsoft.BizTalk.PipelineOM.PropertyBag
Public Sub New (properties As ArrayList)
Parameters
- properties
- ArrayList