PlanAssignmentInterval class
Represents the collection of time intervals for a project plan assignment.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.ProjectServer.Client.PlanAssignmentInterval
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("PS.PlanAssignmentInterval", ServerTypeId := "{5b910c05-3979-4777-be8b-32caef97537c}")> _
Public Class PlanAssignmentInterval _
Inherits ClientObject
'Usage
Dim instance As PlanAssignmentInterval
[ScriptTypeAttribute("PS.PlanAssignmentInterval", ServerTypeId = "{5b910c05-3979-4777-be8b-32caef97537c}")]
public class PlanAssignmentInterval : ClientObject
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.