IsPrimary Property |
Determines whether the source object in a CopyObjects operation was part of the primary set of objects being copied, or if it was simply owned by a member in the primary set.
Signature
object.IsPrimary
object
IDPair
The object or objects this property applies to.
IsPrimary
Boolean; read-only
TRUE: The source object is part of the primary set of objects being cloned.
FALSE: The source object is owned by a member in the primary set of objects being cloned.
Comments? |