Share via


InsertRecordUpdate.AfterRecordKey property

Gets or sets the key identifying the record after which the new record was inserted.

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

Syntax

'Declaration
Public Property AfterRecordKey As Object
    Get
    Set
'Usage
Dim instance As InsertRecordUpdate
Dim value As Object

value = instance.AfterRecordKey

instance.AfterRecordKey = value
public Object AfterRecordKey { get; set; }

Property value

Type: System.Object
An Object identifying the record preceding the inserted record.

See also

Reference

InsertRecordUpdate class

InsertRecordUpdate members

Microsoft.SharePoint.JSGrid namespace