HostRunConfigurationData.CurrentHostType Property

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

Syntax

'宣言
Public Property CurrentHostType As String
'使用
Dim instance As HostRunConfigurationData
Dim value As String

value = instance.CurrentHostType

instance.CurrentHostType = value
public string CurrentHostType { get; set; }
public:
property String^ CurrentHostType {
    String^ get ();
    void set (String^ value);
}
public function get CurrentHostType () : String
public function set CurrentHostType (value : String)

Property Value

Type: System.String

Permissions

See Also

Reference

HostRunConfigurationData Class

HostRunConfigurationData Members

Microsoft.VisualStudio.TestTools.Common Namespace