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


IUserStore.IsReadOnly Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IU > IUserStore Interface > IUserStore.IsReadOnly Method
ArcGIS Developer Help

IUserStore.IsReadOnly Method

Tests the connection to the user store.

[Visual Basic .NET]
Public Function IsReadOnly ( _
) As Boolean
[C#]
public bool IsReadOnly (
);
[C++]
HRESULT IsReadOnly(
void
);

Product Availability

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

See Also

IUserStore Interface