public string LastAuthor { get; set; }
Public Property LastAuthor As String Get Set
public: property String^ LastAuthor { String^ get (); void set (String^ value); }
member LastAuthor : string with get, set
In This Article