ArcObjects Library Reference (Server)  

IRoleStore.TestConnection Method

Tests the connection to the role 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

IRoleStore Interface