string AuthorName { get; set; }
Property AuthorName As String Get Set
property String^ AuthorName { String^ get (); void set (String^ value); }
abstract AuthorName : string with get, set
In This Article