ResultScriptWebPart.SelectedProperties property

List of properties to return with query results

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property SelectedProperties As String()
    Get
    Set
'Usage
Dim instance As ResultScriptWebPart
Dim value As String()

value = instance.SelectedProperties

instance.SelectedProperties = value
[BrowsableAttribute(false)]
public string[] SelectedProperties { get; set; }

Property value

Type: []

See also

Reference

ResultScriptWebPart class

ResultScriptWebPart members

Microsoft.Office.Server.Search.WebControls namespace