ReceivePortCollection.Item[Int32] Property

Definition

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

Parameters

index
Int32

Property Value

ReceivePort

Applies to