SPView.Threaded Property

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

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<ClientCallableAttribute> _
Public ReadOnly Property Threaded As Boolean
    Get
'Usage
Dim instance As SPView
Dim value As Boolean

value = instance.Threaded
[ClientCallableAttribute]
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