public string? AuthorName { get; set; }Public Property AuthorName As String
Get
Setpublic:
virtual property String^ AuthorName {
String^ get () sealed;
void set (String^ value) sealed;
}abstract AuthorName : string with get, set
override AuthorName : string with get, set