ImportSystemArgscLogFile Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that contains a value which indicates the log file name this connection should use.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string cLogFile { get; set; }
Public Property cLogFile As String
Get
Set
public:
virtual property String^ cLogFile {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_cLogFile();
function set_cLogFile(value);
Property Value
Type:
StringA property that contains a value which indicates the log file name this connection should use.
Return Value
Type:
StringA property that contains a value which indicates the log file name this connection should use.
Remarks See Also