| DSSDataPath Property |
[This is preliminary documentation and is subject to change.]
DSS Data File Path. Default path for reports, etc. from DSS
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public string DataPath { get; set; }
Public Property DataPath As String
Get
Set
public:
property String^ DataPath {
String^ get ();
void set (String^ value);
}
member DataPath : string with get, set
function get_DataPath();
function set_DataPath(value);
Property Value
Type:
StringSee Also