List.IsCatalog property

Gets a value that specifies whether the list is a gallery.

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

Syntax

'Declaration
Public ReadOnly Property IsCatalog As Boolean
    Get
'Usage
Dim instance As List
Dim value As Boolean

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

Property value

Type: System.Boolean
Returns Booleantrue if the list is a gallery otherwise returns false. The default value is

See also

Reference

List class

List members

Microsoft.SharePoint.Client namespace