RequestOperations.Proxy Property
Gets the object that provides the .NET Framework remoting ability for the RequestOperations class.
Namespace: Microsoft.Clm.Provision
Assembly: Microsoft.Clm.Provision (in microsoft.clm.provision.dll)
Syntax
'Declaration
Public Shared Property Proxy As RequestOperationsByCulture
'Usage
Dim value As RequestOperationsByCulture
value = RequestOperations.Proxy
RequestOperations.Proxy = value
public static RequestOperationsByCulture Proxy { get; set; }
public:
static property RequestOperationsByCulture^ Proxy {
RequestOperationsByCulture^ get ();
void set (RequestOperationsByCulture^ value);
}
/** @property */
public static RequestOperationsByCulture get_Proxy ()
/** @property */
public static void set_Proxy (RequestOperationsByCulture value)
public static function get Proxy () : RequestOperationsByCulture
public static function set Proxy (value : RequestOperationsByCulture)
Property Value
An object derived from the MarshalByRefObject class that provides the .NET Framework remoting ability for the RequestOperations class.
Remarks
Client applications should not set this property. They should not make calls directly on the Proxy object. Client applications should only use the Proxy property to modify .NET Framework remoting behavior.
Platforms
Windows XP SP2, Windows Server 2003 SP1
See Also
Reference
RequestOperations Class
RequestOperations Members
Microsoft.Clm.Provision Namespace
.gif)
Send comments about this topic to Microsoft.
© 2007 Microsoft Corporation. All rights reserved.