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.Core
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

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

/** property */
public void set_JNDIXADataSource(string value);
JScript
public function get JNDIXADataSource() : String

public function set JNDIXADataSource(value : String);

Remarks

See Also