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.