The object that is the subject of the queued operation. For example, this may be the
Subscription object that caused a given asynchronous event to be queued.
Namespace:
FileNet.Api.AdminFor the IAsyncUpgradeQueueItem interface, this property is for internal use only.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property QueuedObject As IIndependentObject |
C# |
---|
IIndependentObject QueuedObject { get; set; } |
Visual C++ |
---|
property IIndependentObject^ QueuedObject { IIndependentObject^ get (); void set (IIndependentObject^ value); } |
JavaScript |
---|
function get_queuedObject(); function set_queuedObject(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
ReflectiveProperty: null
RequiredClass: DMA
RequiresUniqueElements: false
Settability: SETTABLE_ONLY_ON_CREATE
TargetAccessRequired: READ