ProjectContext.Events 属性
在一个Project Web App实例中获取事件对象的集合。
命名空间: Microsoft.ProjectServer.Client
程序集: Microsoft.ProjectServer.Client(位于 Microsoft.ProjectServer.Client.dll 中)
语法
声明
Public ReadOnly Property Events As EventCollection
Get
用法
Dim instance As ProjectContext
Dim value As EventCollection
value = instance.Events
public EventCollection Events { get; }
属性值
类型:Microsoft.ProjectServer.Client.EventCollection
Event对象的集合。