Click or drag to resize

FileClientFileOpenMode Property

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

Property Value

FileMode
See Also