UntypedEvent.GetField Method (Int32)

Returns the value of the specified field, regardless of its type.

Namespace:  Microsoft.ComplexEventProcessing
Assembly:  Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)

Syntax

public Object GetField(
    int ordinal
)

Parameters

  • ordinal
    Type: System.Int32
    The ordinal of the field to get.

Return Value

Type: System.Object
An object that represents the field value.

See Also

Reference

UntypedEvent Class

GetField Overload

Microsoft.ComplexEventProcessing Namespace