Specifies the name of the database to which the object store is connected.


Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Property DatabaseName As String
C#
string DatabaseName { get; set; }
C++
property string DatabaseName abstract  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_DatabaseName();

/** property */
public void set_DatabaseName(string value);
JScript
public function get DatabaseName() : String

public function set DatabaseName(value : String);

Remarks

See Also