PermissionOperations.Proxy Property
Gets the object that provides the .NET Framework remoting ability for the PermissionOperations class.
Namespace: Microsoft.Clm.Provision
Assembly: Microsoft.Clm.Provision (in Microsoft.Clm.Provision.dll)
Usage
'Usage
Dim value As PermissionOperationsByCulture
value = PermissionOperations.Proxy
PermissionOperations.Proxy = value
Syntax
'Declaration
Public Shared Property Proxy As PermissionOperationsByCulture
public static PermissionOperationsByCulture Proxy { get; set; }
public:
static property PermissionOperationsByCulture^ Proxy {
PermissionOperationsByCulture^ get ();
void set (PermissionOperationsByCulture^ value);
}
/** @property */
public static PermissionOperationsByCulture get_Proxy ()
/** @property */
public static void set_Proxy (PermissionOperationsByCulture value)
public static function get Proxy () : PermissionOperationsByCulture
public static function set Proxy (value : PermissionOperationsByCulture)
Property Value
An object derived from the MarshalByRefObject class that provides the .NET Framework remoting ability for the PermissionOperations 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.
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
Reference
PermissionOperations Class
PermissionOperations Members
Microsoft.Clm.Provision Namespace