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 list of properties for the external system instance.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property AdministrableLobSystemInstanceProperties As IList(Of AdministrableProperty)
Get
'Usage
Dim instance As IAdministrableSystem
Dim value As IList(Of AdministrableProperty)
value = instance.AdministrableLobSystemInstanceProperties
IList<AdministrableProperty> AdministrableLobSystemInstanceProperties { get; }
Property Value
Type: System.Collections.Generic.IList<AdministrableProperty>
The list of properties for the external system instance.
Examples
Code Snippet: Implementing a Custom Connector