Web API Core | ComponentOne
C1.Web.Api.Storage Namespace / StorageProviderManager Class / Items Property

In This Topic
    Items Property (StorageProviderManager)
    In This Topic
    Gets the map of the items which are maintained.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Items As IDictionary(Of String,T)
    public IDictionary<string,T> Items {get;}
    See Also