Public MustOverride ReadOnly Property Comment As String
public abstract string Comment { get; }
public: virtual property String^ Comment { String^ get () abstract; }
function get_comment();