AssignmentCreationInformation.Notes property

Gets or sets the notes for the assignment.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property Notes As String
    Get
    Set
'Usage
Dim instance As AssignmentCreationInformation
Dim value As String

value = instance.Notes

instance.Notes = value
[RemoteAttribute]
public string Notes { get; set; }

Property value

Type: System.String
The text value of the assignment notes.

See also

Reference

AssignmentCreationInformation class

AssignmentCreationInformation members

Microsoft.ProjectServer.Client namespace