Share via


ConsumerInfo.ConsumerDisplayGroups Property

Gets or sets a list of the DisplayGroupInfo objects that represent the search ScopeDisplayGroup objects associated with the search scope consumer.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property ConsumerDisplayGroups As List(Of DisplayGroupInfo)
    Get
    Set
'Usage
Dim instance As ConsumerInfo
Dim value As List(Of DisplayGroupInfo)

value = instance.ConsumerDisplayGroups

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

Property Value

Type: System.Collections.Generic.List<DisplayGroupInfo>
A list of the DisplayGroupInfo objects that represent the search ScopeDisplayGroup objects associated with the search scope consumer.

See Also

Reference

ConsumerInfo Class

ConsumerInfo Members

Microsoft.Office.Server.Search.Administration Namespace