Selerix Developer Tools
DecisionSupportEnabled Property (Offering)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Offering Class : DecisionSupportEnabled Property
Gets or sets whether decision support is enabled.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<XmlElementAttribute("DecisionSupportEnabled")>
Public Property DecisionSupportEnabled As Boolean
'Usage
 
Dim instance As Offering
Dim value As Boolean
 
instance.DecisionSupportEnabled = value
 
value = instance.DecisionSupportEnabled
[DefaultValue()]
[XmlElement("DecisionSupportEnabled")]
public bool DecisionSupportEnabled {get; set;}
public read-write property DecisionSupportEnabled: Boolean; 
DefaultValueAttribute()
XmlElementAttribute("DecisionSupportEnabled")
public function get,set DecisionSupportEnabled : boolean
[DefaultValue()]
[XmlElement("DecisionSupportEnabled")]
public: __property bool get_DecisionSupportEnabled();
public: __property void set_DecisionSupportEnabled( 
   bool value
);
[DefaultValue()]
[XmlElement("DecisionSupportEnabled")]
public:
property bool DecisionSupportEnabled {
   bool get();
   void set (    bool value);
}
See Also

Reference

Offering Class
Offering Members