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

Property Value

Type: System.String

The phone of profile.

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