PersistedDictionary Interface

Represents a store for objects implementing the [IDictionary<string,string>] interface.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.Store
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Interface PersistedDictionary _
    Inherits IDictionary(Of String, String), ICollection(Of KeyValuePair(Of String, String)),  _
    IEnumerable(Of KeyValuePair(Of String, String)), IEnumerable
'Usage
Dim instance As PersistedDictionary
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public interface PersistedDictionary : IDictionary<string, string>, 
    ICollection<KeyValuePair<string, string>>, IEnumerable<KeyValuePair<string, string>>, 
    IEnumerable

See Also

Reference

PersistedDictionary Members

Microsoft.SharePoint.Search.Extended.Administration.Store Namespace