View.Threaded property
Gets a value that specifies whether the list view is a threaded view.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Threaded As Boolean
Get
'Usage
Dim instance As View
Dim value As Boolean
value = instance.Threaded
public bool Threaded { get; }
Property value
Type: System.Boolean
Returns Booleantrue if the list view is a threaded view otherwise returns false.
Remarks
A threaded view is the standard view that is used in discussion lists.