EventRecord.Version Propriedade
Definição
Obtém o número de versão do evento.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)
Valor da propriedade
Retorna um valor de byte.Returns a byte value. Esse valor pode ser nulo.This value can be null.