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 Code |
---|---|
public class ProfileDatabases<T> |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class ProfileDatabases(Of T) |
Type Parameters
- T
The type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
Count |
Returns the number of static and dynamic databases.
|
|
IsReadOnly |
Always returns true.
|
|
Item |
Gets a static or dynamic database by its key.
|
|
Keys |
Returns the collection of static and dynamic database ids.
|
|
Values |
Returns the collection of static and dynamic databases.
|