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