PlanAssignmentIntervalCreationInformation class
Provides information that is used for the creation of PlanAssignmentInterval objects.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientValueObject
Microsoft.ProjectServer.Client.PlanAssignmentIntervalCreationInformation
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("PS.PlanAssignmentIntervalCreationInformation", ValueObject := True, _
ServerTypeId := "{0937cc31-9893-4f00-a3d8-d072304a785a}")> _
Public Class PlanAssignmentIntervalCreationInformation _
Inherits ClientValueObject
'Usage
Dim instance As PlanAssignmentIntervalCreationInformation
[ScriptTypeAttribute("PS.PlanAssignmentIntervalCreationInformation", ValueObject = true,
ServerTypeId = "{0937cc31-9893-4f00-a3d8-d072304a785a}")]
public class PlanAssignmentIntervalCreationInformation : 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.