GridSerializer.HierarchyParentKeyColumnName property

Gets or sets the hierarchy parent key column.

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

Syntax

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

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

Property value

Type: System.String
Returns String.

See also

Reference

GridSerializer class

GridSerializer members

Microsoft.SharePoint.JSGrid namespace