Project Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SharePoint.Client.ScriptType("PS.Project", ServerTypeId="{533000bc-b31e-43a1-abd9-d5e7710cc641}")]
public class Project : Microsoft.SharePoint.Client.ClientObject
type Project = class
inherit ClientObject
Public Class Project
Inherits ClientObject
Inheritance
Derived
Attributes
Constructors
Properties
Methods
CheckUninitializedProperty(String)
(Inherited from ClientObject )
CustomFromJson(JsonReader)
(Inherited from ClientObject )
EnterProjectStage(Stage)
FromJson(JsonReader)
(Inherited from ClientObject )
GetResourcePlan(DateTime, DateTime, TimeScale)
InitNonPropertyFieldFromJson(String, JsonReader)
(Inherited from ClientObject )
InitOnePropertyFromJson(String, JsonReader)
IsObjectPropertyInstantiated(String)
(Inherited from ClientObject )
IsPropertyAvailable(String)
(Inherited from ClientObject )
LeaveProjectStage()
LoadExpandoFields()
(Inherited from ClientObject )
ReadyToLeaveProjectStage()
RefreshLoad()
(Inherited from ClientObject )
RemoveFromParentCollection()
(Inherited from ClientObject )
Retrieve()
(Inherited from ClientObject )
Retrieve(String[])
(Inherited from ClientObject )
SetCustomFieldValue(String, Object)
UpdateClientObjectPropertyType(String, Object, JsonReader)
(Inherited from ClientObject )
UpdateIdeaListItemStatus(String)
UpdateProjectStageStatus(Stage, String, UpdateProjectStageStatusFieldValue, Boolean)
Applies to