Specifies the Java™ Naming and Directory Interface (JNDI) name of the DataSource defined in the Java™ 2 Platform Enterprise Edition (J2EE) application server, which can be used to access the object store database via a non-XA database connection.


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

Syntax

Visual Basic (Declaration)
ReadOnly Property JNDIDataSource As String
C#
string JNDIDataSource { get; }
C++
property string JNDIDataSource abstract  {
    String get();
}
J#
/** property */
public string get_JNDIDataSource();
JScript
public function get JNDIDataSource() : String

Remarks

See Also