DraftAssignment.Notes property
Gets or sets comments about 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 DraftAssignment
Dim value As String
value = instance.Notes
instance.Notes = value
[RemoteAttribute]
public string Notes { get; set; }
Property value
Type: System.String
An object that contains comments.