Returns the first child of this element, or NULL if there is no child.
[Visual Basic] Public Property ReadOnly FirstChild As IGraphElement _ Implements IGraphElement.FirstChild [C#] public IGraphElement FirstChild { get; } [C++] public: __property IGraphElement* get_FirstChild(); [JScript] public function get FirstChild() : IGraphElement
AbstractCampaignElement Class | Portrate.Interview.Model Namespace