QueryBase.Timeout Property

Definition

Gets or sets the query time out.

public:
 property int Timeout { int get(); void set(int value); };
[System.ComponentModel.DefaultValue(0)]
public int Timeout { get; set; }
[<System.ComponentModel.DefaultValue(0)>]
member this.Timeout : int with get, set
Public Property Timeout As Integer

Property Value

The query time out.

Attributes

Applies to