Selerix Developer Tools
AllowChange Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Offering Class : AllowChange Property
Gets or sets a change to the offering.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Overridable Property AllowChange As Boolean
'Usage
 
Dim instance As Offering
Dim value As Boolean
 
instance.AllowChange = value
 
value = instance.AllowChange
[DefaultValue()]
public virtual bool AllowChange {get; set;}
public read-write property AllowChange: Boolean; virtual; 
DefaultValueAttribute()
public function get,set AllowChange : boolean
[DefaultValue()]
public: __property virtual bool get_AllowChange();
public: __property virtual void set_AllowChange( 
   bool value
);
[DefaultValue()]
public:
virtual property bool AllowChange {
   bool get();
   void set (    bool value);
}

Property Value

bool true/false
See Also

Reference

Offering Class
Offering Members