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
- index
Type: System.Int32
Property Value
Type: System.Object
See Also