The Portrate Interview Engine

AbstractCampaignElement.Children Property

Returns a collection of IGraphElement children

[Visual Basic]
Public Property ReadOnly Children As ICollection _
    Implements IGraphElement.Children
[C#]
public ICollection Children { get; }
[C++]
public: __property ICollection* get_Children();
[JScript]
public function get Children() : ICollection

Implements

IGraphElement.Children

See Also

AbstractCampaignElement Class | Portrate.Interview.Model Namespace