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 a 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
Public Function InitUri ( _
uri As String _
) As Boolean
'Usage
Dim instance As ResourceStoreCOM
Dim uri As String
Dim returnValue As Boolean
returnValue = instance.InitUri(uri)
public 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].
Implements
IResourceStoreCOM.InitUri(String)
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage Namespace