Description
Use the Data property of another McDBNode.
-
Return Type
-
None
-
Syntax
-
object.ShareDataOf SharingSource
The ShareDataOf Method syntax has these parts: Remarks
The Data of an McDBNode can be shared with other McDBNode instances using this method. Following this call, the McDBNode.Data property will be the same as the one of SharingSource.
Notes
This operation is NOT the same as copying the existing Data from SharingSource, but is a true link.
|