StatusingDataSet.ProjectsRow.PROJ_MOVE_REMAINING_TO_STATUS Property
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property PROJ_MOVE_REMAINING_TO_STATUS As Boolean
Get
Set
'Usage
Dim instance As StatusingDataSet.ProjectsRow
Dim value As Boolean
value = instance.PROJ_MOVE_REMAINING_TO_STATUS
instance.PROJ_MOVE_REMAINING_TO_STATUS = value
public bool PROJ_MOVE_REMAINING_TO_STATUS { get; set; }
Property Value
Type: System.Boolean
See Also
Reference
StatusingDataSet.ProjectsRow Class