PlanAssignmentIntervalCreationInformation class

Contains the properties that can be set when creating a PlanAssignmentInterval, see PlanAssignmentCreationInformation.

Syntax

CSOM

class PlanAssignmentIntervalCreationInformation 

JSOM

PS.PlanAssignmentIntervalCreationInformation

REST Interface

Supported.

PS.PlanAssignmentIntervalCreationInformation

POST Example (not all fields may be required)

body = {
	'parameters': {
		'Duration':'value', 
		'Interval':'value'		
	}

Members

✓ - Read Support       ✓ʷ - Write Support

Properties

Name .NET JSOM REST Type Description
Duration ✓ʷ ✓ʷ ✓ʷ String Gets or sets the timespan of the plan assignment interval, expressed in a text string.
Interval ✓ʷ ✓ʷ ✓ʷ DateTime Gets or sets the timescale division that is used to measure the amount of work that is being done.

See Also

PlanAssignmentCreationInformation