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