Update.RecordKey Property
Gets or sets a key identifying the record that has been updated.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property RecordKey As Object
Get
Set
'Usage
Dim instance As Update
Dim value As Object
value = instance.RecordKey
instance.RecordKey = value
public Object RecordKey { get; set; }
Property Value
Type: System.Object
An Object identifying the record.