Share via


StatusingDataSet.AssignmentsRow.WASSN_SEND_UPDATE_NEEDED property

A web administration field that indicates whether subscribers to the assignment should receive an update via email message.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property WASSN_SEND_UPDATE_NEEDED As Boolean
    Get
    Set
'Usage
Dim instance As StatusingDataSet.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

StatusingDataSet.AssignmentsRow class

StatusingDataSet.AssignmentsRow members

WebSvcStatusing namespace