StatusingDataSet.AssignmentsRow.WASSN_COMMENTS Property
Comments associated with web administration of the specified assignment.
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
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