'Declaration ReadOnly Property Name As String
'Declaration
ReadOnly Property Name As String
'Usage Dim instance As IAuthor Dim value As String value = instance.Name
'Usage
Dim instance As IAuthor Dim value As String value = instance.Name
string Name {get;}
IAuthor Interface IAuthor Members