Edit

Share via


EventKeyword.Value Property

Definition

Gets the numeric value associated with the keyword.

public:
 property long Value { long get(); };
public long Value { get; }
member this.Value : int64
Public ReadOnly Property Value As Long

Property Value

The numeric value associated with the keyword.

Remarks

Each keyword is a bit in a 64-bit mask. Predefined bit values and reserved bits occupy the top 16 positions of this mask, leaving the manifest to use any bits between 0x0000000000000001 and 0x0000800000000000.

Applies to