ProjectDataSet.AssignmentRow.ASSN_NOTES Property

Specifies the notes that are entered in the assignment details dialog box.

Namespace:  WebSvcProject
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
Public Property ASSN_NOTES As String
    Get
    Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
Dim value As String

value = instance.ASSN_NOTES

instance.ASSN_NOTES = value
public string ASSN_NOTES { get; set; }

Property Value

Type: System.String

Remarks

Read-only.

See Also

Reference

ProjectDataSet.AssignmentRow Class

ProjectDataSet.AssignmentRow Members

WebSvcProject Namespace