public interface CmHoldable
CmHoldable
object participates in a hold relationship
represented by a CmHoldRelationship
,
which includes properties for setting a CmHold
instance
(the hold object) and a CmHoldable
instance (the held object).
All of the holds in which a CmHoldable
object participates
are contained in the CmHoldRelationships property.
A hold is removed on a CmHoldable
object by deleting the
CmHoldRelationship
object that references it.
Modifier and Type | Method and Description |
---|---|
CmHoldRelationshipSet |
get_CmHoldRelationships()
Returns the value of the CmHoldRelationships property.
|
CmHoldRelationshipSet get_CmHoldRelationships()
© Copyright IBM Corporation 2006, 2015. All rights reserved.