Sitecore 5.0 API

Database.Name Property

Gets the name of the database.

[Visual Basic]
Public ReadOnly Property Name As String
[C#]
public string Name {get;}

Remarks

Each database has a unique name with the system. The database is identified by this name.

 

To retrive a database by its name, use GetDatabase.

See Also

Database Class | Sitecore.Data Namespace