GridSerializer.HierarchyOutlineTextColumnName property

Gets the hierarchy outline of text.

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

Syntax

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

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

Property value

Type: System.String
Returns String.

See also

Reference

GridSerializer class

GridSerializer members

Microsoft.SharePoint.JSGrid namespace