GridSerializer.SerializedUpdate<T>.afterRecordKey Field
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public afterRecordKey As T
'Usage
Dim instance As GridSerializer.SerializedUpdate
Dim value As T
value = instance.afterRecordKey
instance.afterRecordKey = value
[DataMemberAttribute]
public T afterRecordKey
See Also
Reference
GridSerializer.SerializedUpdate<T> Class