This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerObjectType2 Interface > IServerObjectType2.IsolationLevel Property (ArcObjects .NET 10.5 SDK) |
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