EventDescriptor.Version 屬性

定義

從事件描述項擷取版本值。

public:
 property System::Byte Version { System::Byte get(); };
public byte Version { get; }
member this.Version : byte
Public ReadOnly Property Version As Byte

屬性值

事件的版本。

備註

版本表示事件定義的修訂。 您可以使用這個成員和 Id 成員來識別唯一的事件。

適用於