StatusingDataSet.AssignmentsRow.WASSN_SEND_UPDATE_NEEDED Property

A web administration field which indicates whether subscribers to the assignment should receive an e-mail update.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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