ScopeDisplayGroup.Default property

Gets or sets the default scope for the display group.

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

Syntax

'Declaration
Public Property Default As Scope
    Get
    Set
'Usage
Dim instance As ScopeDisplayGroup
Dim value As Scope

value = instance.Default

instance.Default = value
public Scope Default { get; set; }

Property value

Type: Microsoft.Office.Server.Search.Administration.Scope
A Scope object representing the display group's default scope.

See also

Reference

ScopeDisplayGroup class

ScopeDisplayGroup members

Microsoft.Office.Server.Search.Administration namespace