EventRecord.Version Property

Definition

Gets the version number for the event.

public:
 abstract property Nullable<System::Byte> Version { Nullable<System::Byte> get(); };
public abstract byte? Version { get; }
member this.Version : Nullable<byte>
Public MustOverride ReadOnly Property Version As Nullable(Of Byte)

Property Value

Returns a byte value. This value can be null.

Applies to

See also