Share via


HostInfo.HostType Property

Gets or sets the type of the host.

Namespace: Microsoft.ApplicationServer.StoreManagement.Query
Assembly: Microsoft.ApplicationServer.StoreManagement (in microsoft.applicationserver.storemanagement.dll)

Usage

'Usage
Dim instance As HostInfo
Dim value As HostType

value = instance.HostType

instance.HostType = value

Syntax

'Declaration
Public Overridable Property HostType As HostType
public virtual HostType HostType { get; protected set; }
public:
virtual property HostType HostType {
    HostType get ();
    protected: void set (HostType value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public HostType get_HostType ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
protected void set_HostType (HostType value)
CompilerGeneratedAttribute 
public function get HostType () : HostType

CompilerGeneratedAttribute 
protected function set HostType (value : HostType)

Property Value

The type of the host.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Visual Studio 2010 and later, .NET Framework 4

Target Platforms

Windows 7; Windows Server 2008 R2; Windows Server 2008 Service Pack 2; Windows Vista Service Pack 2

See Also

Reference

HostInfo Class
HostInfo Members
Microsoft.ApplicationServer.StoreManagement.Query Namespace

  ff425134(v=azure.10).md 2011-08-26