'Declaration
<XmlElementAttribute()> <DefaultValueAttribute()> Public Overridable Property PaymentType As PaymentTypeAccepted
'Usage
Dim instance As PayGroup Dim value As PaymentTypeAccepted instance.PaymentType = value value = instance.PaymentType
[XmlElement()] [DefaultValue()] public virtual PaymentTypeAccepted PaymentType {get; set;}
public read-write property PaymentType: PaymentTypeAccepted; virtual;
XmlElementAttribute() DefaultValueAttribute() public function get,set PaymentType : PaymentTypeAccepted
[XmlElement()] [DefaultValue()] public: __property virtual PaymentTypeAccepted get_PaymentType(); public: __property virtual void set_PaymentType( PaymentTypeAccepted value );
[XmlElement()] [DefaultValue()] public: virtual property PaymentTypeAccepted PaymentType { PaymentTypeAccepted get(); void set ( PaymentTypeAccepted value); }