EnlistedPartyCollection Class

Definition

public ref class EnlistedPartyCollection : Microsoft::BizTalk::Deployment::Binding::BindingBaseCollection
[System.Serializable]
public class EnlistedPartyCollection : Microsoft.BizTalk.Deployment.Binding.BindingBaseCollection
type EnlistedPartyCollection = class
    inherit BindingBaseCollection
Public Class EnlistedPartyCollection
Inherits BindingBaseCollection
Inheritance
EnlistedPartyCollection
Attributes

Constructors

EnlistedPartyCollection()

Properties

Item[Int32]

Methods

Add(BindingBaseObject) (Inherited from BindingBaseCollection)
Add(EnlistedParty)
Contains(BindingBaseObject) (Inherited from BindingBaseCollection)
Contains(EnlistedParty)
CopyTo(BindingBaseObject[], Int32) (Inherited from BindingBaseCollection)
CopyTo(EnlistedParty[], Int32)
Find(String)
IndexOf(BindingBaseObject) (Inherited from BindingBaseCollection)
IndexOf(EnlistedParty)
Insert(Int32, BindingBaseObject) (Inherited from BindingBaseCollection)
Insert(Int32, EnlistedParty)
Remove(BindingBaseObject) (Inherited from BindingBaseCollection)
Remove(EnlistedParty)
WriteLogEntry(String, LogEntryType) (Inherited from BindingBaseCollection)

Events

Logging (Inherited from BindingBaseCollection)

Applies to