Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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