Share via


LobSystem.GetConfigurableProperties property

Gets the list of configurable properties.

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.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 namespace