GridSerializer.SerializedUpdate<T>.recordKey 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 recordKey As T
'Usage
Dim instance As GridSerializer.SerializedUpdate
Dim value As T
value = instance.recordKey
instance.recordKey = value
[DataMemberAttribute]
public T recordKey
See Also
Reference
GridSerializer.SerializedUpdate<T> Class