ZennoLab Assemblies Documentation
Profile Property
Example 
Get a profile of current project.
Syntax
IProfile Profile {get;}

Property Value

Type: ZennoLab.InterfacesLibrary.ProjectModel.Collections.IProfile

A profile of current project.

Example
The following example uses Profile property of "project".
// set a new email to profile
project.Profile.Email = "myemail@someemail.com";
 
// get SecretQuestionAnswer1 from profile
string SecretQuestionAnswer1 = project.Profile.SecretQuestionAnswer1;
// set a new email to profile
$project->Profile->Email = "myemail@someemail.com";
 
// get SecretQuestionAnswer1 from profile
$SecretQuestionAnswer1 = $project->Profile->SecretQuestionAnswer1;
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

IZennoPosterProjectModel Interface
IZennoPosterProjectModel Members
IProfile Interface

Send Feedback