|
ReportingProcessBaseReportLocation Property
|
Gets or sets the directory to which reports will be written.
Namespace: GSF.TimeSeries.ReportsAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.246-beta
Syntaxpublic string ReportLocation { get; set; }
Public Property ReportLocation As String
Get
Set
public:
virtual property String^ ReportLocation {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract ReportLocation : string with get, set
override ReportLocation : string with get, set
function get_ReportLocation();
function set_ReportLocation(value);
View SourceProperty Value
StringImplements
IReportingProcessReportLocation
See Also