Share via


GridSerializer.KeyColumnName property

Gets or sets a string that corresponds to the column name of the data column in the external source table that contains values that uniquely identify records. This value was specified in the constructor.

Namespace:  Microsoft.SharePoint.JSGrid
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property KeyColumnName As String
    Get
    Private Set
'Usage
Dim instance As GridSerializer
Dim value As String

value = instance.KeyColumnName
public string KeyColumnName { get; private set; }

Property value

Type: System.String
A String specifying the column name.

See also

Reference

GridSerializer class

GridSerializer members

Microsoft.SharePoint.JSGrid namespace