Share via


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