This topic has not yet been rated - Rate this topic

PlanAssignmentCollection class

Office 2013

Represents a collection of plan assignment objects.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
<ScriptTypeAttribute("PS.PlanAssignmentCollection", ServerTypeId := "{4dce929e-5819-498a-893c-113ab27882c9}")> _
Public Class PlanAssignmentCollection _
	Inherits ClientObjectCollection(Of PlanAssignment)
Dim instance As PlanAssignmentCollection
[ScriptTypeAttribute("PS.PlanAssignmentCollection", ServerTypeId = "{4dce929e-5819-498a-893c-113ab27882c9}")]
public class PlanAssignmentCollection : ClientObjectCollection<PlanAssignment>
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.