'Declaration Public Property CloseFilesAfterReading As Boolean
'Usage Dim instance As ReadBehaviours Dim value As Boolean instance.CloseFilesAfterReading = value value = instance.CloseFilesAfterReading
public bool CloseFilesAfterReading {get; set;}
'Declaration Public Property CloseFilesAfterReading As Boolean
'Usage Dim instance As ReadBehaviours Dim value As Boolean instance.CloseFilesAfterReading = value value = instance.CloseFilesAfterReading
public bool CloseFilesAfterReading {get; set;}
This is initialised from CloseFilesAfterReading - see that property for more details of the effects of this property.