Share via


TestElement.m_timeout Field

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Returns the value of the Timeout property.

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

Syntax

'Declaration
<PersistenceElementNameAttribute("timeOut")> _
Protected m_timeout As Integer
'Usage
Dim value As Integer 

value = Me.m_timeout 

Me.m_timeout = value
[PersistenceElementNameAttribute("timeOut")]
protected int m_timeout
[PersistenceElementNameAttribute(L"timeOut")]
protected:
int m_timeout
protected var m_timeout : int

.NET Framework Security

See Also

Reference

TestElement Class

TestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace

Timeout