The Portrate Interview Engine

AbstractCampaignElement.Previous Property

Returns the previous sibling for this element

[Visual Basic]
Public Property Previous As IGraphElement _
    Implements IGraphElement.Previous
[C#]
public IGraphElement Previous { get; set; }
[C++]
public: __property IGraphElement* get_Previous();
public: __property void set_Previous(IGraphElement* );
[JScript]
public function get Previous() : IGraphElement
public function set Previous(IGraphElement);

Implements

IGraphElement.Previous

See Also

AbstractCampaignElement Class | Portrate.Interview.Model Namespace