EventHandlerCreationInformation.EventId 属性
获取或设置事件触发的事件处理程序的 GUID。
命名空间: Microsoft.ProjectServer.Client
程序集: Microsoft.ProjectServer.Client(位于 Microsoft.ProjectServer.Client.dll 中)
语法
声明
<RemoteAttribute> _
Public Property EventId As Integer
Get
Set
用法
Dim instance As EventHandlerCreationInformation
Dim value As Integer
value = instance.EventId
instance.EventId = value
[RemoteAttribute]
public int EventId { get; set; }
属性值
类型:System.Int32
触发事件 GUID。
另请参阅
引用
EventHandlerCreationInformation 类