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.