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.
Initializes the resource store client to use the resource store at the specified URI.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage
Assembly: Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage (in Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage.dll)
Syntax
'Declaration
Function InitUri ( _
uri As String _
) As Boolean
'Usage
Dim instance As IResourceStoreCOM
Dim uri As String
Dim returnValue As Boolean
returnValue = instance.InitUri(uri)
bool InitUri(
string uri
)
Parameters
uri
Type: System.StringThe URI address of the resource store.
Return Value
Type: System.Boolean
[true] if the resource store client was successfully initialized; otherwise, [false].
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage Namespace