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


IUser.SetSecretQuestion 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.SetSecretQuestion Method
ArcGIS Developer Help

IUser.SetSecretQuestion Method

Sets the user's secret question.

[Visual Basic .NET]
Public Sub SetSecretQuestion ( _
    ByVal secretQuestion As String _
)
[C#]
public void SetSecretQuestion (
    string secretQuestion
);
[C++]
HRESULT SetSecretQuestion(
  BSTR secretQuestion
);
[C++]
Parameters
secretQuestion [in]

secretQuestion is a parameter of type BSTR

Product Availability

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

See Also

IUser Interface