Description
Use the Attributes collection of another McDBNode.
-
Return Type
-
None
-
Syntax
-
object.ShareAttributesOf SharingSource
The ShareAttributesOf Method syntax has these parts: Remarks
Attributes of an McDBNode can be shared with other McDBNode instances using this method. Following this call, the McDBNode.Attributes collection will be the same as those of SharingSource.
Exceptions
Notes
This operation is NOT the same as copying the existing attributes from one node to another, but rather is a true link. That is, as attributes are added, removed, or changed from either this McDBNode or the SharingSource, the other McDBNode is also immediately changed.
|