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


IServerObjectType2.IsolationLevel Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerObjectType2 Interface > IServerObjectType2.IsolationLevel Property
ArcGIS Developer Help

IServerObjectType2.IsolationLevel Property

The isolation level of the server objects supported by the server object type.

[Visual Basic .NET]
Public Property IsolationLevel As esriServerIsolationLevel
[C#]
public esriServerIsolationLevel IsolationLevel {get; set;}
[C++]
HRESULT get_IsolationLevel(
  esriServerIsolationLevel* isoLevel
);
[C++]
HRESULT put_IsolationLevel(
  esriServerIsolationLevel isoLevel
);
[C++]
Parameters
isoLevel [out, retval]

isoLevel is a parameter of type esriServerIsolationLevel* isoLevel [in]
isoLevel is a parameter of type esriServerIsolationLevel

Product Availability

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

See Also

IServerObjectType2 Interface