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


IUser.GetSecretAnswer Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IU > IUser Interface > IUser.GetSecretAnswer Method
ArcGIS Developer Help

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(
void
);

Product Availability

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

See Also

IUser Interface