EventMetadata.Version Property

Definition

Gets the version of the event that qualifies the event identifier.

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

Property Value

A byte value that contains the version of the event.

Applies to

See also