AdministrableProperty Class

Represents a single property that can be configured for the Business Connectivity Services connector.

Inheritance Hierarchy

System.Object
  Microsoft.BusinessData.Runtime.AdministrableProperty

Namespace:  Microsoft.BusinessData.Runtime
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Public NotInheritable Class AdministrableProperty
'Usage
Dim instance As AdministrableProperty
public sealed class AdministrableProperty

Remarks

AdministrableProperty is used by BDC configuration user interfaces such as BDC administration pages in the SharePoint Central Administration to display a simple editing interface for setting custom properties that are required by custom BDC connectors. Each AdministrableProperty stores information about one Property and how to represent that property. The configuration user interface, converts the values specified by the user for each AdministrableProperty to a Property on the LobSystem or LobSystemInstance that is being configured.

Examples

Code Snippet: Implementing a Custom Connector

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

AdministrableProperty Members

Microsoft.BusinessData.Runtime Namespace

IAdministrableSystem