ArcObjects Library Reference (Server)  

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(
  VARIANT_BOOL* IsReadOnly
);
[C++]

Parameters

IsReadOnly [out, retval]   IsReadOnly is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IUserStore Interface