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 or sets the external system instance that is used to execute the association.
Namespace: Microsoft.BusinessData.Offlining
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Property LobSystemInstance As ILobSystemInstance
Get
Set
'Usage
Dim instance As ISubscriptionAssociation
Dim value As ILobSystemInstance
value = instance.LobSystemInstance
instance.LobSystemInstance = value
ILobSystemInstance LobSystemInstance { get; set; }
Property Value
Type: Microsoft.BusinessData.MetadataModel.ILobSystemInstance
The external system instance that is used to execute the association.
See Also
Reference
ISubscriptionAssociation Interface