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 = "[email protected]";
 
// get SecretQuestionAnswer1 from profile
string SecretQuestionAnswer1 = project.Profile.SecretQuestionAnswer1;
// set a new email to profile
$project->Profile->Email = "[email protected]";
 
// get SecretQuestionAnswer1 from profile
$SecretQuestionAnswer1 = $project->Profile->SecretQuestionAnswer1;
Requirements

Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.

See Also

Reference

IZennoPosterProjectModel Interface
IZennoPosterProjectModel Members
IProfile Interface

Send Feedback