Click or drag to resize
Accord.NET (logo)

WebDataSetPath Property

Gets the path to the directory where the datasets will be stored.

Namespace:  Accord.DataSets.Base
Assembly:  Accord.DataSets (in Accord.DataSets.dll) Version: 3.8.0
Syntax
public string Path { get; protected set; }
Request Example View Source

Property Value

Type: String
The path to a directory.
See Also