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


IUser.SetSecretAnswer Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Server)  

IUser.SetSecretAnswer Method

Sets the user's answer to the secret question.

[Visual Basic .NET]
Public Sub SetSecretAnswer ( _
    ByVal secretAnswer As String _
)
[C#]
public void SetSecretAnswer (
    string secretAnswer
);
[C++]
HRESULT SetSecretAnswer(
  BSTR secretAnswer
);
[C++]

Parameters secretAnswer [in] secretAnswer is a parameter of type BSTR

Product Availability

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

See Also

IUser Interface