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: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
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