Deprecated.
For an IObjectStore object, the IVerityDomainConfiguration object that contains the IBM Legacy Content Search Engine configuration properties for a Verity domain. The configuration determines the Verity domain used by the object store. More than one object store can share the same Verity domain configuration.

For an

IDomain
object, this property is deprecated. Use this property on an IObjectStore object to assign a Verity domain configuration to an object store.

Namespace:  FileNet.Api.Core
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
<ObsoleteAttribute("As of release 5.2.0.")> _
Property VerityDomainConfiguration As IVerityDomainConfiguration
C#
[ObsoleteAttribute("As of release 5.2.0.")]
IVerityDomainConfiguration VerityDomainConfiguration { get; set; }
Visual C++
[ObsoleteAttribute(L"As of release 5.2.0.")]
property IVerityDomainConfiguration^ VerityDomainConfiguration {
	IVerityDomainConfiguration^ get ();
	void set (IVerityDomainConfiguration^ value);
}
JavaScript
function get_verityDomainConfiguration();
function set_verityDomainConfiguration(value);

ToggleRemarks

Metadata

AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
ReflectiveProperty: null
RequiredClass: VerityDomainConfiguration
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ

ToggleSee Also