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