Compartir a través de


PropertyBag Constructores

Definición

Sobrecargas

PropertyBag()
PropertyBag(ArrayList)

PropertyBag()

public:
 PropertyBag();
public PropertyBag ();
Public Sub New ()

Se aplica a

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)

Parámetros

properties
ArrayList

Se aplica a