| ElementParent Property  |   | 
Gets the parent of this element.
 
Namespace: Lawo.EmberPlusSharp.ModelAssembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntaxpublic INode Parent { get; }Property Value
Type: 
INodeThe parent of the element if it is not the root element; otherwise 
null.
Implements
IElementParent
See Also