Description

Use the Data property of another McDBNode.

Return Type

None  

Syntax

object.ShareDataOf SharingSource

The ShareDataOf Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDBNode.
SharingSourceRequired. A McDBNode object.

The McDBNode that will share its Data with this McDBNode.

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.