StatusingAssignmentsDataSet.AssignmentsRow.WASSN_UPDATE_TRACKING_MODE Property
Gets or sets the value that specifies the tracking method of the assignment.
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 WASSN_UPDATE_TRACKING_MODE As Integer
Get
Set
'Usage
Dim instance As StatusingAssignmentsDataSet.AssignmentsRow
Dim value As Integer
value = instance.WASSN_UPDATE_TRACKING_MODE
instance.WASSN_UPDATE_TRACKING_MODE = value
public int WASSN_UPDATE_TRACKING_MODE { get; set; }
Property Value
Type: System.Int32
See Also
Reference
StatusingAssignmentsDataSet.AssignmentsRow Class