ZennoLab Assemblies Documentation
SecretQuestionAnswer2 Property
See Also  Example Send Feedback
ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ProjectModel.Collections Namespace > IProfile Interface : SecretQuestionAnswer2 Property

Glossary Item Box

Gets or sets the answer on the second secret question.

Syntax

C# 
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.
C#Copy Code
// 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

© 2013 All Rights Reserved.