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);
AbstractCampaignElement Class | Portrate.Interview.Model Namespace