The Portrate Interview Engine

ICampaignElementContainer.CampaignElements Property

Gets the collection of campaign elements for the campaign.

[Visual Basic]
Property ReadOnly CampaignElements As ICollection
[C#]
ICollection CampaignElements { get; }
[C++]
__property ICollection* get_CampaignElements();
[JScript]
function get CampaignElements() : ICollection

See Also

ICampaignElementContainer Interface | Portrate.Interview.Model Namespace