Name property (audit store database)
Gets the display name of the audit store database.
Syntax
string Name {get;}
Return value
The display name of the audit store database.
Discussion
The display name of the audit store database is the name used in the Audit Manager console when displaying information about the database.
Example
... wscript.echo "Changed active database to '" & objAuditStore.ActiveDatabase.Name & "'."