Returns the next sibling for this element
[Visual Basic] Public Property Next As IGraphElement _ Implements IGraphElement.Next [C#] public IGraphElement Next { get; set; } [C++] public: __property IGraphElement* get_Next(); public: __property void set_Next(IGraphElement* ); [JScript] public function get Next() : IGraphElement public function set Next(IGraphElement);
AbstractCampaignElement Class | Portrate.Interview.Model Namespace