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

Syntax

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

/** property */
public void set_JNDIDataSource(string value);
JScript
public function get JNDIDataSource() : String

public function set JNDIDataSource(value : String);

Remarks

See Also