An enumeration of ICmEventExportStore objects that exist in this domain.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property EventExportStores As ICmEventExportStoreSet
C#
ICmEventExportStoreSet EventExportStores { get; }
Visual C++
property ICmEventExportStoreSet^ EventExportStores {
	ICmEventExportStoreSet^ get ();
}
JavaScript
function get_eventExportStores();

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: CmEventExportStore
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ

ToggleSee Also