|
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; }
Public Property Path As String
Get
Protected Set
Request Example
View SourceProperty Value
Type:
StringThe path to a directory.
See Also