.NET Framework Class Library
Application.RemoteAccess Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > Application Class > Application Methods > .NET Framework Class Library |
Get RemoteAccess manager object.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function RemoteAccess As RemoteAccess |
C# |
|---|
public RemoteAccess RemoteAccess() |
Visual C++ |
|---|
public: RemoteAccess^ RemoteAccess() |
JavaScript |
|---|
function remoteAccess(); |
Return Value
RemoteAccess manager object
Remarks
See Also