LobSystem.GetProxyAssembly Method

Gets the proxy assembly as a byte array for the given external system object.

Namespace:  Microsoft.SharePoint.BusinessData.Administration.Client
Assembly:  Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.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.

See Also

Reference

LobSystem Class

LobSystem Members

Microsoft.SharePoint.BusinessData.Administration.Client Namespace