SPView.Threaded property

Gets a Boolean value that indicates whether the view is threaded.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property Threaded As Boolean
    Get
'Usage
Dim instance As SPView
Dim value As Boolean

value = instance.Threaded
public bool Threaded { get; }

Property value

Type: System.Boolean
true if the view is threaded; otherwise, false.

Remarks

A threaded view is the standard view that is used in discussion lists.

See also

Reference

SPView class

SPView members

Microsoft.SharePoint namespace