EventMetadata.Id 属性
定义
获取在事件提供程序中定义的事件的标识符。Gets the identifier of the event that is defined in the event provider.
public:
property long Id { long get(); };
public long Id { get; }
member this.Id : int64
Public ReadOnly Property Id As Long
属性值
- Int64
事件标识符。The event identifier.
适用于