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


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

Syntax

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

/** property */
public void set_DatabaseServerName(string value);
JScript
public function get DatabaseServerName() : String

public function set DatabaseServerName(value : String);

Remarks

See Also