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