EventsDataSet.EventRow.EventId 属性

获取该事件,这是在PSEventID枚举的常量之一的标识符。

命名空间:  WebSvcEvents
程序集:  ProjectServerServices(位于 ProjectServerServices.dll 中)

语法

声明
Public Property EventId As Integer
    Get
    Set
用法
Dim instance As EventsDataSet.EventRow
Dim value As Integer

value = instance.EventId

instance.EventId = value
public int EventId { get; set; }

属性值

类型:System.Int32

另请参阅

引用

EventsDataSet.EventRow 类

EventsDataSet.EventRow 成员

WebSvcEvents 命名空间