FindCriteria.Duration Property

Definition

Gets or sets a TimeSpan that specifies the find operation time-out period.

public:
 property TimeSpan Duration { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan Duration { get; set; }
member this.Duration : TimeSpan with get, set
Public Property Duration As TimeSpan

Property Value

The time-out period of the find operation.

Applies to