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 resource store.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage
Assembly: Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage (in Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage.dll)
Syntax
'Declaration
Public Property ResourceStore As ResourceStore
Get
Private Set
'Usage
Dim instance As ResourceStorageContext
Dim value As ResourceStore
value = instance.ResourceStore
public ResourceStore ResourceStore { get; private set; }
Property Value
Type: Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage.ResourceStore
A ResourceStore representing the resource store associated with the resource store context.
See Also
Reference
ResourceStorageContext Members
Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage Namespace