The Portrate Interview Engine

AbstractCampaignElement.DisplayRule Property

Sets the displayable rule for this section.

[Visual Basic]
Public Property WriteOnly DisplayRule As ILogicalRule _
    Implements IDisplayable.DisplayRule
[C#]
public ILogicalRule DisplayRule { set; }
[C++]
public: __property void set_DisplayRule(ILogicalRule* );
[JScript]
public function set DisplayRule(ILogicalRule);

Implements

IDisplayable.DisplayRule

See Also

AbstractCampaignElement Class | Portrate.Interview.Model Namespace