ArcObjects Library Reference (Server)  

IUser.GetSecretQuestion Method

Returns the user's secret question.

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

Parameters

secretQuestion [out, retval]   secretQuestion is a parameter of type BSTR

Product Availability

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

See Also

IUser Interface