StatusApprovalDataSet.StatusApprovalsRow.WASSN_NOTE_STATUS property
Indicates whether a note has been entered for the assignment.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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