This document is archived and information here might be outdated.  Recommended version.


IOwnershipBasedAccessControl.Enabled Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IO > IOwnershipBasedAccessControl Interface > IOwnershipBasedAccessControl.Enabled Property
ArcGIS Developer Help

IOwnershipBasedAccessControl.Enabled Property

.

[Visual Basic .NET]
Public ReadOnly Property Enabled As Boolean
[C#]
public bool Enabled {get;}
[C++]
HRESULT get_Enabled(
  Boolean* Enabled
);
[C++]
Parameters
Enabled [out, retval]

Enabled is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IOwnershipBasedAccessControl Interface