EventRecord.Id 屬性

定義

取得這個事件的識別項。 所有具有這個識別項值的事件都表示相同的事件型別。

public:
 abstract property int Id { int get(); };
public abstract int Id { get; }
member this.Id : int
Public MustOverride ReadOnly Property Id As Integer

屬性值

傳回整數值。 這個值可以是 Null。

適用於

另請參閱