EventDescriptor.Opcode Property

Definition

Retrieves the operation code value from the event descriptor.

public:
 property System::Byte Opcode { System::Byte get(); };
public byte Opcode { get; }
member this.Opcode : byte
Public ReadOnly Property Opcode As Byte

Property Value

The operation being performed at the time the event is written.

Applies to