Compartir a través de


LogRowFormatter.Item Property

Namespace:  Microsoft.Exchange.Diagnostics
Assembly:  Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)

Syntax

'Declaration
Public Default Property Item ( _
    index As Integer _
) As Object
    Get
    Set
'Usage
Dim instance As LogRowFormatter
Dim index As Integer
Dim value As Object

value = instance(index)

instance(index) = value
public Object this[
    int index
] { get; set; }

Parameters

Property Value

Type: System.Object