Gets a value that determines whether the
hosting technology is remove or not.
Namespace:
Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:
Microsoft.ConfigurationManagement.ApplicationManagement (in
Microsoft.ConfigurationManagement.ApplicationManagement.dll)
Usage
Visual Basic |
Dim instance As HostingTechnology
Dim value As Boolean
value = instance.IsRemote
|
Syntax
Visual Basic |
Public Property IsRemote As Boolean
|
C# |
public bool IsRemote { get; }
|
C++ |
public:
property bool IsRemote {
bool get ();
}
|
J# |
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public boolean get_IsRemote ()
|
JScript |
CompilerGeneratedAttribute
public function get IsRemote () : boolean
|
Property Value
true if the hosting technology is remote; otherwise,
false.
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
Windows Vista, Windows Server 2003, and
Target Platforms
See Also