PrintDocument for WinForms
Timeout プロパティ (Query)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.DataBinding 名前空間 > Query クラス : Timeout プロパティ
Gets or sets the number of seconds to allow the query to run before timing out. Must be nonnegative. If omitted or zero, the query should not time out.
シンタックス
'宣言
 
Public Property Timeout As System.Integer
'使用法
 
Dim instance As Query
Dim value As System.Integer
 
instance.Timeout = value
 
value = instance.Timeout
public System.int Timeout {get; set;}
解説
The default value of this property is 0 (zero).
参照

Query クラス
Query メンバ