ReceiveLocationCollection.Item[Int32] Property

Definition

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

Parameters

index
Int32

Property Value

ReceiveLocation

Applies to