PortTypeCollection.Item[] Property

Definition

Overloads

Item[Int32]
Item[String]

Item[Int32]

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

Parameters

index
Int32

Property Value

PortType

Applies to

Item[String]

public:
 property Microsoft::BizTalk::ExplorerOM::PortType ^ default[System::String ^] { Microsoft::BizTalk::ExplorerOM::PortType ^ get(System::String ^ name); };
public Microsoft.BizTalk.ExplorerOM.PortType this[string name] { get; }
member this.Item(string) : Microsoft.BizTalk.ExplorerOM.PortType
Default Public ReadOnly Property Item(name As String) As PortType

Parameters

name
String

Property Value

PortType

Applies to