PersistedDictionaryCollection.Add Method (String)
Creates a PersistedDictionary.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Store
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Function Add ( _
storeName As String _
) As PersistedDictionary
'Usage
Dim instance As PersistedDictionaryCollection
Dim storeName As String
Dim returnValue As PersistedDictionary
returnValue = instance.Add(storeName)
PersistedDictionary Add(
string storeName
)
Parameters
storeName
Type: System.StringThe name of the PersistedDictionary
Return Value
Type: Microsoft.SharePoint.Search.Extended.Administration.Store.PersistedDictionary
The added PersistedDictionary.
See Also
Reference
PersistedDictionaryCollection Interface
PersistedDictionaryCollection Members
Microsoft.SharePoint.Search.Extended.Administration.Store Namespace