'Declaration Public fileName As String
'Declaration
Public fileName As String
'Usage Dim instance As SupBook Dim value As String value = instance.fileName instance.fileName = value
'Usage
Dim instance As SupBook Dim value As String value = instance.fileName instance.fileName = value
public string fileName
SupBook Class SupBook Members