Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the site that owns the display group.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property OwningSite As SPSite
Get
'Usage
Dim instance As ScopeDisplayGroup
Dim value As SPSite
value = instance.OwningSite
public SPSite OwningSite { get; }
Property Value
Type: Microsoft.SharePoint.SPSite
A SPSite object that represents the site that owns the scope.