Share via


LobSystem.HasProxyAssembly property

Indicates whether the proxy assembly is present for the external system object.

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property HasProxyAssembly As Boolean
    Get
'Usage
Dim instance As LobSystem
Dim value As Boolean

value = instance.HasProxyAssembly
public bool HasProxyAssembly { get; }

Property value

Type: System.Boolean
true if the proxy assembly is present; otherwise, false.

See also

Reference

LobSystem class

LobSystem members

Microsoft.SharePoint.BusinessData.Administration namespace