Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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>.