StatusingDataSet.TasksRow.TASK_CONSTRAINT_TYPE Property
Indicates the type of constraint that is associated with the specified task.
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 TASK_CONSTRAINT_TYPE As Short
Get
Set
'Usage
Dim instance As StatusingDataSet.TasksRow
Dim value As Short
value = instance.TASK_CONSTRAINT_TYPE
instance.TASK_CONSTRAINT_TYPE = value
public short TASK_CONSTRAINT_TYPE { get; set; }
Property Value
Type: System.Int16
See Also
Reference
StatusingDataSet.TasksRow Class