Share via


EventRecord.Version 属性

定义

获取事件的版本号。

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)

属性值

返回一个字节值。 此值可为 NULL。

适用于

另请参阅