Share via


EventRecord.Opcode Property

Applies to: Semantic Logging Application Block 1.0

Gets or sets the operation code.

Namespace: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Sinks.Database
Assembly: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Database (in Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Database.dll) Version: 1.0.0.0 (1.0.1304.0)

Syntax

public int Opcode { get; set; }
'Declaration
Public Property Opcode As Integer
    Get
    Set
public:
property int Opcode {
    int get ();
    void set (int value);
}

Property Value

Type: Int32
The operation code.

See Also

EventRecord Class

EventRecord Members

Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Sinks.Database Namespace