ServiceContractMappingCollection.Item[] Property

Definition

Overloads

Item[Int32]
Item[String]

Item[Int32]

public Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping this[int index] { get; }
member this.Item(int) : Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping
Default Public ReadOnly Property Item(index As Integer) As ServiceContractMapping

Parameters

index
Int32

Property Value

Applies to

Item[String]

public Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping this[string name] { get; }
member this.Item(string) : Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping
Default Public ReadOnly Property Item(name As String) As ServiceContractMapping

Parameters

name
String

Property Value

Applies to