Share via


Change.Updates Property

Gets the collection of Update objects from this change object.

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

Syntax

'Declaration
Public Property Updates As IList(Of Update)
    Get
    Set
'Usage
Dim instance As Change
Dim value As IList(Of Update)

value = instance.Updates

instance.Updates = value
public IList<Update> Updates { get; set; }

Property Value

Type: System.Collections.Generic.IList<Update>
A IList<T>.

See Also

Reference

Change Class

Change Members

Microsoft.SharePoint.JSGrid Namespace