BdcSoapHttpClientProtocol.LobSystemInstance Property
Gets or sets the external system instance object.
Namespace: Microsoft.BusinessData.SystemSpecific
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Property LobSystemInstance As ILobSystemInstance
Get
Set
'Usage
Dim instance As BdcSoapHttpClientProtocol
Dim value As ILobSystemInstance
value = instance.LobSystemInstance
instance.LobSystemInstance = value
public ILobSystemInstance LobSystemInstance { get; set; }
Property Value
Type: Microsoft.BusinessData.MetadataModel.ILobSystemInstance
The external system instance object.
See Also
Reference
BdcSoapHttpClientProtocol Class