RemoteAccess Property
Exposes the unsafe remote interface definitions.
Remarks
Gets an IMicRemoteAccess object, exposing the interface directly. This cancels the safety offered by the wrapper methods. Most of the wrappers are in CustomServerBase .

The interface is exposed with this property so that you can solve special problems. Be aware that this usage is unsafe.

Syntax
'Declaration
 
Protected ReadOnly Property RemoteAccess As IMicRemoteAccess
protected IMicRemoteAccess RemoteAccess {get;}