CoreResultsWebPart.ScopeID property

Gets or sets the scope identifier (ID) for the Web Part.

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

Syntax

'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
Public Property ScopeID As Integer
    Get
    Set
'Usage
Dim instance As CoreResultsWebPart
Dim value As Integer

value = instance.ScopeID

instance.ScopeID = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(false)]
public int ScopeID { get; set; }

Property value

Type: System.Int32
The scope ID.

See also

Reference

CoreResultsWebPart class

CoreResultsWebPart members

Microsoft.Office.Server.Search.WebControls namespace