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

Glossary Item Box

Gets or sets the age.

Syntax

C# 
int Age {get; set;}

Property Value

Type:System.Int32
The age of profile.

Example

The following example uses property Age of profile.
C#Copy Code
// get age
int age = project.Profile.Age;
 
// set age
project.Profile.Age = 28;
PHPCopy Code
// get age
$age = $project->Profile->Age;
 
// set age
$project->Profile->Age = 28;

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.