ProjectDataSet.AssignmentRow.ASSN_NOTES property
Specifies the notes that are entered in the Assignment Details Dialog Box.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.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