Share via


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)
Available in Sandboxed Solutions: No

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.

See Also

Reference

SPMenuField Class

SPMenuField Members

Microsoft.SharePoint.WebControls Namespace