ZennoLab Assemblies Documentation
Profile Property
See Also  Example Send Feedback
ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ProjectModel Namespace > IZennoPosterProjectModel Interface : Profile Property

Glossary Item Box

Get a profile of current project.

Syntax

C# 
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".
C#Copy Code
// set a new email to profile
project.Profile.Email = "myemail@someemail.com";
 
// get SecretQuestionAnswer1 from profile
string SecretQuestionAnswer1 = project.Profile.SecretQuestionAnswer1;
PHPCopy Code
// 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

© 2013 All Rights Reserved.