ImportSystemArgscTimeOut Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that contains the time out value for this connection.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string cTimeOut { get; set; }
Public Property cTimeOut As String
Get
Set
public:
virtual property String^ cTimeOut {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_cTimeOut();
function set_cTimeOut(value);
Property Value
Type:
StringA property that contains the time out value for this connection.
Return Value
Type:
StringA property that contains the time out value for this connection.
Remarks See Also