Gets or sets the type.
Syntax
'Declaration
Public Overridable Property Type As String
'Usage
Dim instance As Attachment
Dim value As String
instance.Type = value
value = instance.Type
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
);
public:
virtual property String^ Type {
String^ get();
void set ( String^ value);
}
Property Value
The type.
See Also