次の方法で共有


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オブジェクトのコレクションです。

関連項目

参照先

ProjectContext クラス

ProjectContext メンバー

Microsoft.ProjectServer.Client 名前空間