Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TestElement::Timeout Property

 

Gets or sets the number of seconds before the execution of this test element times out.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public:
[DefaultValueAttribute(0)]
[PropertyWindowAttribute(PropertyEditorType::NoEditor, PropertyConverterType::TimeoutConverter)]
[UserVisiblePropertyAttribute("{8E14F374-EA8C-4c77-843B-B4075899F239}")]
property int Timeout {
	virtual int get();
	virtual void set(int value);
}

Property Value

Type: System::Int32

The number of seconds before the execution of this test element times out.

Return to top
Show: