Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.