The JNDI name of the data source for the federator database associated with the external (non-FileNet-P8) repository.

For a related JNDI name, see the FederationJNDIXADataSource property. For information on specifying the external repository, see the SourceRepositoryName property.


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

Syntax

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

/** property */
public void set_FederationJNDIDataSource(string value);
JScript
public function get FederationJNDIDataSource() : String

public function set FederationJNDIDataSource(value : String);

Remarks

See Also