Share via


TestElement.m_hostType Field

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

Returns the internal value of the HostType.

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

Syntax

'Declaration
<PersistenceElementNameAttribute("hostType")> _
Protected m_hostType As String
'Usage
Dim value As String 

value = Me.m_hostType 

Me.m_hostType = value
[PersistenceElementNameAttribute("hostType")]
protected string m_hostType
[PersistenceElementNameAttribute(L"hostType")]
protected:
String^ m_hostType
protected var m_hostType : String

.NET Framework Security

See Also

Reference

TestElement Class

TestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace

HostType