Project.Engagements property
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Engagements As ProjectEngagementCollection
Get
'Usage
Dim instance As Project
Dim value As ProjectEngagementCollection
value = instance.Engagements
public ProjectEngagementCollection Engagements { get; }
Property value
Type: Microsoft.ProjectServer.Client.ProjectEngagementCollection