The Portrate Interview Engine

AbstractCampaignElement.Next Property

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);

Implements

IGraphElement.Next

See Also

AbstractCampaignElement Class | Portrate.Interview.Model Namespace