UserTasksWebPart.DisplayItemLinkColumn Property

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<WebPartStorageAttribute(Storage.Shared)> _
<ResourcesAttribute("DisplayItemLinkColumnName", "Data", "DisplayItemLinkColumnDesc")> _
Public Property DisplayItemLinkColumn As Boolean
    Get
    Set
'Usage
Dim instance As UserTasksWebPart
Dim value As Boolean

value = instance.DisplayItemLinkColumn

instance.DisplayItemLinkColumn = value
[WebPartStorageAttribute(Storage.Shared)]
[ResourcesAttribute("DisplayItemLinkColumnName", "Data", "DisplayItemLinkColumnDesc")]
public bool DisplayItemLinkColumn { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

UserTasksWebPart Class

UserTasksWebPart Members

Microsoft.SharePoint.WebPartPages Namespace