Share via


PropertyBag Constructors

Definition

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

Applies to