Share via


PublishedAssignment.Notes property

Gets comments that were entered about the assignment.

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

Syntax

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

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

Property value

Type: System.String
An object that contains comments.

See also

Reference

PublishedAssignment class

PublishedAssignment members

Microsoft.ProjectServer.Client namespace