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