LobSystemInstance.GetConfigurableProperties property
Gets the 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 LobSystemInstance
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.