public virtual string ContentType { get; set; }
Public Overridable Property ContentType As String
Get
Set
public:
virtual property String^ ContentType {
String^ get ();
void set (String^ value);
}
abstract ContentType : string with get, set
override ContentType : string with get, set