View.Threaded - Propriété
Gets a value that specifies whether the list view is a threaded view.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Threaded As Boolean
Get
'Utilisation
Dim instance As View
Dim value As Boolean
value = instance.Threaded
public bool Threaded { get; }
Valeur de propriété
Type : System.Boolean
Returns Booleantrue if the list view is a threaded view otherwise returns false.
Remarques
A threaded view is the standard view that is used in discussion lists.