EventLogRecord.Version Property

Definition

Gets the version number for the event.

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

Property Value

Returns a byte value. This value can be null.

Applies to

See also