CreateTaskPresentationElements.Comments Property

Gets or sets the string that represents the comments about the task item.

Namespace:  OBA.Server.Taskflow
Assembly:  OBA.Server.Taskflow (in OBA.Server.Taskflow.dll)

Syntax

'Declaration
Public Property Comments As String
    Get
    Set
'Usage
Dim instance As CreateTaskPresentationElements
Dim value As String

value = instance.Comments

instance.Comments = value
public string Comments { get; set; }

Property Value

Type: System.String
The string that represents the comments about the task item.

Remarks

Note

HTML content is not supported in the Comments field.

See Also

Reference

CreateTaskPresentationElements Class

CreateTaskPresentationElements Members

OBA.Server.Taskflow Namespace