Selerix Developer Tools
Custom Property






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

Property Value

bool true/false
See Also

Reference

Offering Class
Offering Members