Gets the object that provides the .NET Framework remoting ability
for the
ExecuteOperations
class.
Namespace: Microsoft.Clm.Provision
Assembly: Microsoft.Clm.Provision (in
microsoft.clm.provision.dll)
Usage
Syntax
Visual Basic |
Public Shared Property Proxy As ExecuteOperationsByCulture
|
C# |
public static ExecuteOperationsByCulture Proxy { get; set; }
|
C++ |
public:
static property ExecuteOperationsByCulture^ Proxy {
ExecuteOperationsByCulture^ get ();
void set (ExecuteOperationsByCulture^ value);
}
|
J# |
/** @property */
public static ExecuteOperationsByCulture get_Proxy ()
/** @property */
public static void set_Proxy (ExecuteOperationsByCulture value)
|
JScript |
public static function get Proxy () : ExecuteOperationsByCulture
public static function set Proxy (value : ExecuteOperationsByCulture)
|
Property Value
An object derived from the
MarshalByRefObject class that
provides the .NET Framework remoting ability for the
ExecuteOperations class.
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