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


IUserStore.TestConnection 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.TestConnection Method
ArcGIS Developer Help

IUserStore.TestConnection Method

Tests the connection to the user store.

[Visual Basic .NET]
Public Sub TestConnection ( _
    ByVal pProps As IPropertySet _
)
[C#]
public void TestConnection (
    IPropertySet pProps
);
[C++]
HRESULT TestConnection(
  IPropertySet* pProps
);
[C++]
Parameters
pProps [in]

pProps is a parameter of type IPropertySet*

Product Availability

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

See Also

IUserStore Interface