Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the notes that are entered in the Assignment Details Dialog Box.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
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