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.0.0.")> _
ReadOnly Property VerityDomainConfiguration As IVerityDomainConfiguration
C#
[ObsoleteAttribute("As of release 5.0.0.")]
IVerityDomainConfiguration VerityDomainConfiguration { get; }
Visual C++
[ObsoleteAttribute(L"As of release 5.0.0.")]
property IVerityDomainConfiguration^ VerityDomainConfiguration {
	IVerityDomainConfiguration^ get ();
}
JavaScript
function get_verityDomainConfiguration();

ToggleRemarks

Metadata

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

ToggleSee Also