ZennoLab Assemblies Documentation
SecretQuestionAnswer2 Property
Example 
Gets or sets the answer on the second secret question.
Syntax
string SecretQuestionAnswer2 {get; set;}

Property Value

Type: System.String

The answer on the second secret question of profile.

Example
The following example uses property SecretQuestionAnswer2 of profile.
// get answer on the second secret question
string secretQuestionAnswer2 = project.Profile.SecretQuestionAnswer2;
 
// set answer on the second secret question
project.Profile.SecretQuestionAnswer2 = "12341234";
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven

See Also

Reference

IProfile Interface
IProfile Members

Send Feedback