ConnectionLogFile Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the LogFile of this connection
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string LogFile { get; set; }
Public Property LogFile As String
Get
Set
public:
virtual property String^ LogFile {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_LogFile();
function set_LogFile(value);
Property Value
Type:
StringThe LogFile of this connection
Return Value
Type:
StringThe LogFile of this connection
Remarks See Also