PopularQueriesExportResults.PopularQueries property

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property PopularQueries As List(Of PopularQuery)
    Get
    Set
'Usage
Dim instance As PopularQueriesExportResults
Dim value As List(Of PopularQuery)

value = instance.PopularQueries

instance.PopularQueries = value
[DataMemberAttribute]
public List<PopularQuery> PopularQueries { get; set; }

Property value

Type: System.Collections.Generic.List<PopularQuery>

See also

Reference

PopularQueriesExportResults class

PopularQueriesExportResults members

Microsoft.Office.Server.Search.Query namespace