'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); }