| Public Interface IProductInformation | |
| ReadOnly Property ProductName As String | |
| ReadOnly Property ProductDescription As String | |
| ReadOnly Property ProductAuthor As String | |
| ReadOnly Property ProductContactInfo As String | |
| ReadOnly Property ProductPage As String | |
| ReadOnly Property ProductVersion As String | |
| ReadOnly Property ProductAssembly As String | |
| End Interface | |