'Declaration Protected Overridable Function GetAutomaticReadFileShare() As FileShare
'Usage Dim instance As AbstractFile Dim value As FileShare value = instance.GetAutomaticReadFileShare()
protected virtual FileShare GetAutomaticReadFileShare()
Return Value
A FileShare value indicating the default value to be used when opening read streams for copy/move operations.