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