| ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ProjectModel.Collections Namespace > IProfile Interface : BornYear Property |
// get born year string bornMonth = project.Profile.BornYear; // set born year project.Profile.BornMonth = 1589;
// get born year $bornMonth = $project->Profile->BornYear; // set born year $project->Profile->BornMonth = 1589;
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.