'Declaration
<XmlAttributeAttribute()> <DefaultValueAttribute()> Public Overridable Property Type As ProductType
'Usage
Dim instance As Product Dim value As ProductType instance.Type = value value = instance.Type
[XmlAttribute()] [DefaultValue()] public virtual ProductType Type {get; set;}
public read-write property Type: ProductType; virtual;
XmlAttributeAttribute() DefaultValueAttribute() public function get,set Type : ProductType
[XmlAttribute()] [DefaultValue()] public: __property virtual ProductType get_Type(); public: __property virtual void set_Type( ProductType value );
[XmlAttribute()] [DefaultValue()] public: virtual property ProductType Type { ProductType get(); void set ( ProductType value); }