public virtual string Type {get; set;}
public read-write property Type: String; virtual;
public function get,set Type : String
public: __property virtual string* get_Type(); public: __property virtual void set_Type( string* value );
'Declaration
Public Overridable Property Type As String
'Usage
Dim instance As Attachment Dim value As String instance.Type = value value = instance.Type