dotnetCHARTING Send comments on this topic.
InstanceParentID Property
See Also 
dotnetCHARTING Namespace > Element Class : InstanceParentID Property


Gets or sets the InstanceID of the parent element for use in organization charts.

Syntax

Visual Basic (Declaration) 
Public Property InstanceParentID As Integer
Visual Basic (Usage)Copy Code
Dim instance As Element
Dim value As Integer
 
instance.InstanceParentID = value
 
value = instance.InstanceParentID
C# 
public int InstanceParentID {get; set;}

See Also

© 2010 All Rights Reserved.