TaskCreationInformation.Notes property

Gets or sets notes about the task.

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 TaskCreationInformation
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 notes about the task.

See also

Reference

TaskCreationInformation class

TaskCreationInformation members

Microsoft.ProjectServer.Client namespace