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.

See also

Reference

Update class

Update members

Microsoft.SharePoint.JSGrid namespace