PersistedDictionaryCollection.Item Property
Retrieves the PersistedDictionary.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Store
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
ReadOnly Default Property Item ( _
storeName As String _
) As PersistedDictionary
Get
'Usage
Dim instance As PersistedDictionaryCollection
Dim storeName As String
Dim value As PersistedDictionary
value = instance(storeName)
PersistedDictionary this[
string storeName
] { get; }
Parameters
storeName
Type: System.StringThe name of the PersistedDictionary.
Property Value
Type: Microsoft.SharePoint.Search.Extended.Administration.Store.PersistedDictionary
The PersistedDictionary.
See Also
Reference
PersistedDictionaryCollection Interface
PersistedDictionaryCollection Members
Microsoft.SharePoint.Search.Extended.Administration.Store Namespace