RoutingX400Address.Item Property
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
componentIndex As Integer _
) As String
Get
'Usage
Dim instance As RoutingX400Address
Dim componentIndex As Integer
Dim value As String
value = instance(componentIndex)
public string this[
int componentIndex
] { get; }
Parameters
- componentIndex
Type: System.Int32
Property Value
Type: System.String
See Also