MultiLineField.LineItemsXmlField property

This xml passed in should be of the form Text

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Property LineItemsXmlField As String
    Get
    Set
'Usage
Dim instance As MultiLineField
Dim value As String

value = instance.LineItemsXmlField

instance.LineItemsXmlField = value
public string LineItemsXmlField { get; set; }

Property value

Type: System.String

See also

Reference

MultiLineField class

MultiLineField members

Microsoft.Office.Server.Search.WebControls namespace