PermissionOperations.UseRemoting Property
Gets or sets a Boolean value that indicates whether calls to the methods of the PermissionOperations 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)
Syntax
'Declaration
Public Shared Property UseRemoting As Boolean
'Usage
Dim value As Boolean
value = PermissionOperations.UseRemoting
PermissionOperations.UseRemoting = value
public static bool UseRemoting { get; set; }
public:
static property bool UseRemoting {
bool get ();
void set (bool value);
}
/** @property */
public static boolean get_UseRemoting ()
/** @property */
public static void set_UseRemoting (boolean value)
public static function get UseRemoting () : boolean
public static function set UseRemoting (value : boolean)
Property Value
true if using .NET Framework remoting; otherwise, false.
Remarks
This property has affect across all methods in this class. You should set this value one time during the lifetime of usage of the class.
Platforms
Windows XP SP2, Windows Server 2003 SP1
See Also
Reference
PermissionOperations Class
PermissionOperations Members
Microsoft.Clm.Provision Namespace
.gif)
Send comments about this topic to Microsoft.
© 2007 Microsoft Corporation. All rights reserved.