ZennoLab Assemblies Documentation
Phone Property
See Also  Example Send Feedback
ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ProjectModel.Collections Namespace > IProfile Interface : Phone Property

Glossary Item Box

Gets or sets the phone.

Syntax

C# 
string Phone {get; set;}

Property Value

Type: System.String

The phone of profile.

Example

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

© 2013 All Rights Reserved.