Represents a pending (queued) execution of an asynchronous security propagation action on a target object. Security propagation means the security assigned to a parent object will be inherited by its child objects.

You cannot create a new instance of ISecurityPropagationQueueItem, but you can retrieve a persisted object by calling FetchInstance or GetInstance on Factory.SecurityPropagationQueueItem.


The following tables list the members exposed by ISecurityPropagationQueueItem.

Public Properties

 NameDescription
Public propertyQueuedObjectThe 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.

For the IAsyncUpgradeQueueItem interface, this property is for internal use only.

Top

See Also