ZennoLab Assemblies Documentation
Interest Property
Example 
Gets or sets the interest.
Syntax
string Interest {get; set;}

Property Value

Type: System.String

The interest of profile.

Example
The following example uses property Interest of profile.
// get interest
string interest = project.Profile.Interest;
 
// set interest
project.Profile.Interest = "beer";
// get interest
$interest = $project->Profile->Interest;
 
// set interest
$project->Profile->Interest = "beer";
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