Location.RequestedProperties property

Gets or sets the list of properties that should be included in the search results.

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

Syntax

'Declaration
Public Property RequestedProperties As StringCollection
    Get
    Set
'Usage
Dim instance As Location
Dim value As StringCollection

value = instance.RequestedProperties

instance.RequestedProperties = value
public StringCollection RequestedProperties { get; set; }

Property value

Type: System.Collections.Specialized.StringCollection
A collection specifying the list of properties.

See also

Reference

Location class

Location members

Microsoft.Office.Server.Search.Query namespace