Click or drag to resize

FileClientFileShareMode Property

Gets or set the FileShare value to be used when opening the file.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
[DefaultValueAttribute(FileShare.ReadWrite)]
public FileShare FileShareMode { get; set; }
View Source

Property Value

FileShare
See Also