DataPA Enterprise Dashboard Controls 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
C# |
---|
public string LogFile { get; set; } |
Visual Basic |
---|
Public Property LogFile As String
Get
Set |
Visual C++ |
---|
public:
virtual property String^ LogFile {
String^ get () sealed;
void set (String^ value) sealed;
} |
Property Value
Type:
StringThe LogFile of this connection
Return Value
Type:
StringThe LogFile of this connection
Remarks
See Also