EventOpcode.Value Property

Definition

Gets the numeric value associated with the event opcode.

public:
 property int Value { int get(); };
public int Value { get; }
member this.Value : int
Public ReadOnly Property Value As Integer

Property Value

The numeric value associated with the event opcode.

Applies to

See also