SPMenuField.TextFields property
Gets or sets a comma-separated list of field names to be used in the Text property of the underlying Menu control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property TextFields As String
Get
Set
'Usage
Dim instance As SPMenuField
Dim value As String
value = instance.TextFields
instance.TextFields = value
public string TextFields { get; set; }
Property value
Type: System.String
The list of field names.