Share via


BdcDataSource.Enabled property

Gets or sets a value that specifies whether the control accepts a query.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Enabled As Boolean
    Get
    Set
'Usage
Dim instance As BdcDataSource
Dim value As Boolean

value = instance.Enabled

instance.Enabled = value
public bool Enabled { get; set; }

Property value

Type: System.Boolean
A Boolean object.

See also

Reference

BdcDataSource class

BdcDataSource members

Microsoft.SharePoint.WebControls namespace