StatusingAssignmentsDataSet.AssignmentsRow.WASSN_COMMENTS Property
Contains the user's comments about 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_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