PlanAssignmentCreationInformation class

Provides information for the creation of a PlanAssignment object.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientValueObject
    Microsoft.ProjectServer.Client.PlanAssignmentCreationInformation

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<ScriptTypeAttribute("PS.PlanAssignmentCreationInformation", ValueObject := True,  _
    ServerTypeId := "{defe6814-d00e-4ebf-b8ba-61b42701fba4}")> _
Public Class PlanAssignmentCreationInformation _
    Inherits ClientValueObject
'Usage
Dim instance As PlanAssignmentCreationInformation
[ScriptTypeAttribute("PS.PlanAssignmentCreationInformation", ValueObject = true, 
    ServerTypeId = "{defe6814-d00e-4ebf-b8ba-61b42701fba4}")]
public class PlanAssignmentCreationInformation : ClientValueObject

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

PlanAssignmentCreationInformation members

Microsoft.ProjectServer.Client namespace