'Declaration Public Shared Sub SetDefaultAutomaticReadFileShare( _ ByVal share As Nullable(Of FileShare) _ )
'Usage Dim share As Nullable(Of FileShare) SFtpFile.SetDefaultAutomaticReadFileShare(share)
public static void SetDefaultAutomaticReadFileShare( Nullable<FileShare> share )
Parameters
- share
- A System.IO.FileShare value representing the default value to be used when opening read streams for copy/move operations. Can be a null reference (Nothing in Visual Basic) to revert to the default value.