StatusApprovalDataSet.StatusApprovalsRow.WASSN_NOTE_STATUS Property
Indicates whether a note has been entered for the assignment.
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_NOTE_STATUS As Short
Get
Set
'Usage
Dim instance As StatusApprovalDataSet.StatusApprovalsRow
Dim value As Short
value = instance.WASSN_NOTE_STATUS
instance.WASSN_NOTE_STATUS = value
public short WASSN_NOTE_STATUS { get; set; }
Property Value
Type: System.Int16
Remarks
It takes the following values:
Value |
Meaning |
---|---|
0 |
The assignment has no notes. |
1 |
The assignment has current notes. |
2 |
The assignment has only history notes. |
See Also
Reference
StatusApprovalDataSet.StatusApprovalsRow Class