StatusingDataSet.AssignmentsRow.ASSN_SYS_IGNORE_RES_CAL property
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property ASSN_SYS_IGNORE_RES_CAL As Boolean
Get
Set
'Usage
Dim instance As StatusingDataSet.AssignmentsRow
Dim value As Boolean
value = instance.ASSN_SYS_IGNORE_RES_CAL
instance.ASSN_SYS_IGNORE_RES_CAL = value
public bool ASSN_SYS_IGNORE_RES_CAL { get; set; }
Property value
Type: System.Boolean
Remarks
Indicates whether the resource calendar intersects with the task calendar.
See also
Reference
StatusingDataSet.AssignmentsRow class