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.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property AdministrableLobSystemProperties As IList(Of AdministrableProperty)
Get
'Usage
Dim instance As IAdministrableSystem
Dim value As IList(Of AdministrableProperty)
value = instance.AdministrableLobSystemProperties
IList<AdministrableProperty> AdministrableLobSystemProperties { 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