StatusingDataSet.AssignmentsRow.WASSN_COMMENTS Property
Comments that are associated with web administration of the specified 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 StatusingDataSet.AssignmentsRow
Dim value As String
value = instance.WASSN_COMMENTS
instance.WASSN_COMMENTS = value
public string WASSN_COMMENTS { get; set; }
Property Value
Type: System.String
See Also
Reference
StatusingDataSet.AssignmentsRow Class