SPList.FetchPropertyBagForListView - Propriété
Specifies whether property bag information, as part of the list schema JSON, is retrieved when the list is being rendered on the client.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property FetchPropertyBagForListView As Boolean
Get
Set
'Utilisation
Dim instance As SPList
Dim value As Boolean
value = instance.FetchPropertyBagForListView
instance.FetchPropertyBagForListView = value
public bool FetchPropertyBagForListView { get; set; }
Valeur de propriété
Type : System.Boolean
True, if fetch property bag information is retrieved; otherwise, false.