Set when a timeout occurs


Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)

Syntax

Visual Basic (Declaration)
Public Property TimedOut As Boolean
    <CompilerGeneratedAttribute> Get
    <CompilerGeneratedAttribute> Set
End Property
C#
public bool TimedOut { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; }
C++
public property bool TimedOut sealed  {
    bool get();
    void set(bool value);
}
J#
/** property */
public bool get_TimedOut();

/** property */
public void set_TimedOut(bool value);
JScript
public CompilerGeneratedAttribute function get TimedOut() : bool

public CompilerGeneratedAttribute function set TimedOut(value : bool);

See Also