Selerix Developer Tools
Disabled Field






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Offering Class : Disabled Field
Gets or sets whether offering is disabled or not.
Syntax
'Declaration
 
<ScriptableAttribute()>
<DefaultValueAttribute()>
<XmlAttributeAttribute("Disabled")>
Public Disabled As Boolean
'Usage
 
Dim instance As Offering
Dim value As Boolean
 
value = instance.Disabled
 
instance.Disabled = value
[Scriptable()]
[DefaultValue()]
[XmlAttribute("Disabled")]
public bool Disabled
public field Disabled: Boolean; 
ScriptableAttribute()
DefaultValueAttribute()
XmlAttributeAttribute("Disabled")
public var Disabled : boolean;
[Scriptable()]
[DefaultValue()]
[XmlAttribute("Disabled")]
public: bool Disabled
[Scriptable()]
[DefaultValue()]
[XmlAttribute("Disabled")]
public:
bool Disabled
See Also

Reference

Offering Class
Offering Members