Click or drag to resize

FileConfigSettingsFileServers Property

Gets the file servers.

Namespace:  Koden.Utils.IO.ConfigFileSections
Assembly:  Koden.Utils.IO (in Koden.Utils.IO.dll) Version: 1.0.6453.26060
Syntax
public IEnumerable<FileServerElement> FileServers { get; }

Property Value

Type: IEnumerableFileServerElement
The file servers.
See Also