ContentBySearchWebPart.PropertyMappings property

Specifies the mappings of managed properties for fields in the display template.

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

Syntax

'Declaration
<WebBrowsableAttribute(True)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property PropertyMappings As String
    Get
    Set
'Usage
Dim instance As ContentBySearchWebPart
Dim value As String

value = instance.PropertyMappings

instance.PropertyMappings = value
[WebBrowsableAttribute(true)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public string PropertyMappings { get; set; }

Property value

Type: System.String

See also

Reference

ContentBySearchWebPart class

ContentBySearchWebPart members

Microsoft.Office.Server.Search.WebControls namespace