LobSystem.GetProxyAssembly method
Gets the proxy assembly as a byte array for the given external system object.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetProxyAssembly As Byte()
'Usage
Dim instance As LobSystem
Dim returnValue As Byte()
returnValue = instance.GetProxyAssembly()
public byte[] GetProxyAssembly()
Return value
Type: []
The proxy assembly as a byte array.
Remarks
If the external system object has more than one assembly, this method returns only the main assembly.