BatchUISetting 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
| BatchUISetting() | |
| BatchUISetting(Int64, ArrayList) |
BatchUISetting()
public:
BatchUISetting();
public BatchUISetting ();
Public Sub New ()
Applies to
BatchUISetting(Int64, ArrayList)
public:
BatchUISetting(long batchId, System::Collections::ArrayList ^ settings);
public BatchUISetting (long batchId, System.Collections.ArrayList settings);
new Microsoft.BizTalk.Edi.PartnerAgreementManager.BatchUISetting : int64 * System.Collections.ArrayList -> Microsoft.BizTalk.Edi.PartnerAgreementManager.BatchUISetting
Public Sub New (batchId As Long, settings As ArrayList)
Parameters
- batchId
- Int64
- settings
- ArrayList