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)

ToggleSyntax

Visual Basic (Declaration)
Property FederationJNDIDataSource As String
C#
string FederationJNDIDataSource { get; set; }
Visual C++
property String^ FederationJNDIDataSource {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_federationJNDIDataSource();
function set_federationJNDIDataSource(value);

ToggleRemarks

ToggleSee Also