SPList.FetchPropertyBagForListView property
Specifies whether property bag information, as part of the list schema JSON, is retrieved when the list is being rendered on the client.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property FetchPropertyBagForListView As Boolean
Get
Set
'Usage
Dim instance As SPList
Dim value As Boolean
value = instance.FetchPropertyBagForListView
instance.FetchPropertyBagForListView = value
public bool FetchPropertyBagForListView { get; set; }
Property value
Type: System.Boolean
True, if fetch property bag information is retrieved; otherwise, false.