Gets or sets a Boolean value that indicates whether calls to the
methods of the
ExecuteOperations
class will be local or will be distributed using .NET Framework
remoting.
Namespace: Microsoft.Clm.Provision
Assembly: Microsoft.Clm.Provision (in
microsoft.clm.provision.dll)
Usage
Syntax
Visual Basic |
Public Shared Property UseRemoting As Boolean
|
C# |
public static bool UseRemoting { get; set; }
|
C++ |
public:
static property bool UseRemoting {
bool get ();
void set (bool value);
}
|
J# |
/** @property */
public static boolean get_UseRemoting ()
/** @property */
public static void set_UseRemoting (boolean value)
|
JScript |
public static function get UseRemoting () : boolean
public static function set UseRemoting (value : boolean)
|
Property Value
true if using .NET Framework remoting; otherwise,
false.
Remarks
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 2008 x64 Edition
Target Platforms
Windows XP SP3, Windows Vista SP1+, Windows 7, Windows Server 2008,
Windows Server 2008 R2
See Also