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