CoreResultsWebPart.Scope Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Namespace: Microsoft.SharePoint.Search.WebControls
Assembly: Microsoft.SharePoint.Search (in microsoft.sharepoint.search.dll)
Syntax
'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property Scope As String
'Usage
Dim instance As CoreResultsWebPart
Dim value As String
value = instance.Scope
instance.Scope = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
public string Scope { get; set; }
See Also
Reference
CoreResultsWebPart Class
CoreResultsWebPart Members
Microsoft.SharePoint.Search.WebControls Namespace