This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class ProfileDatabases<T>
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class ProfileDatabases(Of T)

Type Parameters

T

The type exposes the following properties.

Public Properties

  Name Description
Public property Count
Returns the number of static and dynamic databases.
Public property IsReadOnly
Always returns true.
Public property Item
Gets a static or dynamic database by its key.
Public property Keys
Returns the collection of static and dynamic database ids.
Public property Values
Returns the collection of static and dynamic databases.

See Also

Advanced