ConsumerInfo.ConsumerScopes property
Gets or sets a list of the ScopeInfo objects that represent the search Scope 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 ConsumerScopes As List(Of ScopeInfo)
Get
Set
'Usage
Dim instance As ConsumerInfo
Dim value As List(Of ScopeInfo)
value = instance.ConsumerScopes
instance.ConsumerScopes = value
[DataMemberAttribute]
public List<ScopeInfo> ConsumerScopes { get; set; }
Property value
Type: System.Collections.Generic.List<ScopeInfo>
A list of the ScopeInfo objects that represent the search Scope objects associated with the search scope consumer.