IAdministrableSystem.AdministrableLobSystemProperties Property
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