Deprecated.
An IVerityDomainConfigurationSet collection object that contains the VerityDomainConfiguration objects for the FileNet P8 domain. A newly created VerityDomainConfiguration object is added to this set automatically when you save the object.

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

ToggleSyntax

Visual Basic (Declaration)
<ObsoleteAttribute("As of release 5.2.0.")> _
ReadOnly Property VerityDomainConfigurations As IVerityDomainConfigurationSet
C#
[ObsoleteAttribute("As of release 5.2.0.")]
IVerityDomainConfigurationSet VerityDomainConfigurations { get; }
Visual C++
[ObsoleteAttribute(L"As of release 5.2.0.")]
property IVerityDomainConfigurationSet^ VerityDomainConfigurations {
	IVerityDomainConfigurationSet^ get ();
}
JavaScript
function get_verityDomainConfigurations();

ToggleRemarks

Metadata

AllowsDefaultChange: false
Cardinality: ENUM
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