Share via


SliceUpdate.GridFields property

Gets or sets the collection of GridField objects to be appended when this SliceUpdate is applied.

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

Syntax

'Declaration
Public Property GridFields As IEnumerable(Of GridField)
    Get
    Set
'Usage
Dim instance As SliceUpdate
Dim value As IEnumerable(Of GridField)

value = instance.GridFields

instance.GridFields = value
public IEnumerable<GridField> GridFields { get; set; }

Property value

Type: System.Collections.Generic.IEnumerable<GridField>
A IEnumerable<T> containing the collection of grid fields in the slice update.

See also

Reference

SliceUpdate class

SliceUpdate members

Microsoft.SharePoint.JSGrid namespace