OfficeTask.ItemTitleNotEncoded property

unencoded title property of the SPListItem for this OfficeTask process

Namespace:  Microsoft.Office.Workflow.Actions
Assembly:  Microsoft.Office.Workflow.Actions (in Microsoft.Office.Workflow.Actions.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ItemTitleNotEncoded As String
    Get
'Usage
Dim instance As OfficeTask
Dim value As String

value = instance.ItemTitleNotEncoded
[BrowsableAttribute(false)]
public string ItemTitleNotEncoded { get; }

Property value

Type: System.String
Returns String.

See also

Reference

OfficeTask class

OfficeTask members

Microsoft.Office.Workflow.Actions namespace