Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.