Entity.Active Property
Gets whether the external item is active.
Namespace: Microsoft.SharePoint.BusinessData.Administration.Client
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.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
Microsoft.SharePoint.BusinessData.Administration.Client Namespace