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