LobSystem.GetConfigurableProperties Property

Gets the list of configurable properties.

Namespace:  Microsoft.SharePoint.BusinessData.Administration.Client
Assembly:  Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)

Syntax

'Declaration
Public ReadOnly Property GetConfigurableProperties As IList(Of AdministrableProperty)
    Get
'Usage
Dim instance As LobSystem
Dim value As IList(Of AdministrableProperty)

value = instance.GetConfigurableProperties
public IList<AdministrableProperty> GetConfigurableProperties { get; }

Property Value

Type: System.Collections.Generic.IList<AdministrableProperty>
The list of configurable properties.

See Also

Reference

LobSystem Class

LobSystem Members

Microsoft.SharePoint.BusinessData.Administration.Client Namespace