Click or drag to resize

FileClientFileAccessMode Property

Gets or sets the FileAccess 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(FileAccess.ReadWrite)]
public FileAccess FileAccessMode { get; set; }
View Source

Property Value

FileAccess
Exceptions
ExceptionCondition
InvalidOperationExceptionFileAccessMode is set to ReadWrite when AutoRepeat is enabled.
See Also