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 an XA database connection.


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

Syntax

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

Remarks

See Also