Update Constructor
Initializes a new instance of the Update class.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Sub New ( _
recordKey As Object _
)
'Usage
Dim recordKey As Object
Dim instance As New Update(recordKey)
protected Update(
Object recordKey
)
Parameters
- recordKey
Type: System.Object