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


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

IUser.GetSecretAnswer Method

Returns the user's answer to secret question.

[Visual Basic .NET]
Public Function GetSecretAnswer ( _
) As String
[C#]
public string GetSecretAnswer (
);
[C++]
HRESULT GetSecretAnswer(
  BSTR* secretAnswer
);
[C++]

Parameters secretAnswer [out, retval] secretAnswer is a parameter of type BSTR

Product Availability

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

See Also

IUser Interface