StatusingAssignmentsDataSet.AssignmentsRow.WASSN_SEND_UPDATE_NEEDED Property
Gets or sets web administration field that indicates whether subscribers to the assignment should receive an update by email message.
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_SEND_UPDATE_NEEDED As Boolean
Get
Set
'Usage
Dim instance As StatusingAssignmentsDataSet.AssignmentsRow
Dim value As Boolean
value = instance.WASSN_SEND_UPDATE_NEEDED
instance.WASSN_SEND_UPDATE_NEEDED = value
public bool WASSN_SEND_UPDATE_NEEDED { get; set; }
Property Value
Type: System.Boolean
See Also
Reference
StatusingAssignmentsDataSet.AssignmentsRow Class