Entity.Active property

Gets whether the external item is active.

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

Syntax

'Declaration
Public ReadOnly Property Active As Boolean
    Get
'Usage
Dim instance As Entity
Dim value As Boolean

value = instance.Active
public bool Active { get; }

Property value

Type: System.Boolean
true if the external item is active; otherwise, false.

See also

Reference

Entity class

Entity members

Microsoft.SharePoint.BusinessData.Administration namespace