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。

適用於

另請參閱