Public Overridable Property MetaType As IType
public virtual IType MetaType { get; set; }
public: virtual property IType^ MetaType { IType^ get (); void set (IType^ value); }
function get_metaType(); function set_metaType(value);