StatusingAssignmentsDataSet.AssignmentsRow.WASSN_COMMENTS property
Contains the user's comments about the assignment.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WASSN_COMMENTS As String
Get
Set
'Usage
Dim instance As StatusingAssignmentsDataSet.AssignmentsRow
Dim value As String
value = instance.WASSN_COMMENTS
instance.WASSN_COMMENTS = value
public string WASSN_COMMENTS { get; set; }
Property value
Type: System.String
Remarks
It is archived to WASSN_HISTORY_NOTES when a manager updates the assignment.
See also
Reference
StatusingAssignmentsDataSet.AssignmentsRow class