SendPortCollection.Item[Int32] Property

Definition

public:
 property Microsoft::BizTalk::Deployment::Binding::SendPort ^ default[int] { Microsoft::BizTalk::Deployment::Binding::SendPort ^ get(int index); };
public Microsoft.BizTalk.Deployment.Binding.SendPort this[int index] { get; }
member this.Item(int) : Microsoft.BizTalk.Deployment.Binding.SendPort
Default Public ReadOnly Property Item(index As Integer) As SendPort

Parameters

index
Int32

Property Value

SendPort

Applies to