Sitecore 5.0 API

DatabaseProperties Class

Stores custom properties for a database.

For a list of all members of this type, see DatabaseProperties Members.

System.Object
   Sitecore.Data.PropertyStore
      Sitecore.Data.DatabaseProperties

[Visual Basic]
Public Class DatabaseProperties
    Inherits PropertyStore
[C#]
public class DatabaseProperties : PropertyStore

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The database properties allows the developer to attach meta data to a database. For instance the database version is a database property.

Requirements

Namespace: Sitecore.Data

Assembly: Sitecore.Kernel (in Sitecore.Kernel.dll)

See Also

DatabaseProperties Members | Sitecore.Data Namespace