Share via


InsertRecordUpdate.Type property

Gets the type of the update.

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

Syntax

'Declaration
Public Overrides ReadOnly Property Type As Update.UpdateType
    Get
'Usage
Dim instance As InsertRecordUpdate
Dim value As Update.UpdateType

value = instance.Type
public override Update.UpdateType Type { get; }

Property value

Type: Microsoft.SharePoint.JSGrid.Update.UpdateType
Returns Update.UpdateType.

See also

Reference

InsertRecordUpdate class

InsertRecordUpdate members

Microsoft.SharePoint.JSGrid namespace