StatusingAssignmentsDataSet.AssignmentsRow.WASSN_DELETED_IN_PROJ Property
Indicates whether this assignment has been marked for deletion for purposes of web administration.
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_DELETED_IN_PROJ As Boolean
Get
Set
'Usage
Dim instance As StatusingAssignmentsDataSet.AssignmentsRow
Dim value As Boolean
value = instance.WASSN_DELETED_IN_PROJ
instance.WASSN_DELETED_IN_PROJ = value
public bool WASSN_DELETED_IN_PROJ { get; set; }
Property Value
Type: System.Boolean
See Also
Reference
StatusingAssignmentsDataSet.AssignmentsRow Class