Selerix Developer Tools
CancellationsMode Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Offering Class : CancellationsMode Property
Cancellations Mode.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public Overridable Property CancellationsMode As CancellationsMode
'Usage
 
Dim instance As Offering
Dim value As CancellationsMode
 
instance.CancellationsMode = value
 
value = instance.CancellationsMode
[XmlAttribute()]
[DefaultValue()]
public virtual CancellationsMode CancellationsMode {get; set;}
public read-write property CancellationsMode: CancellationsMode; virtual; 
XmlAttributeAttribute()
DefaultValueAttribute()
public function get,set CancellationsMode : CancellationsMode
[XmlAttribute()]
[DefaultValue()]
public: __property virtual CancellationsMode get_CancellationsMode();
public: __property virtual void set_CancellationsMode( 
   CancellationsMode value
);
[XmlAttribute()]
[DefaultValue()]
public:
virtual property CancellationsMode CancellationsMode {
   CancellationsMode get();
   void set (    CancellationsMode value);
}
See Also

Reference

Offering Class
Offering Members